Skip to content

aaacafe786/autocomplete-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autocomplete with a two-column layout example

This example shows how to integrate Autocomplete with a two-column layout.

A capture of the Autocomplete with a two-column layout example

Demo

Access the demo | Follow the guide

How to run this example locally

1. Clone this repository

git clone [email protected]:algolia/autocomplete.git

2. Install the dependencies and run the server

yarn
yarn workspace @algolia/autocomplete-example-two-column-layout start

Alternatively, you may use npm:

cd examples/two-column-layout
npm install
npm run start

Open http://localhost:1234 to see your app.