This example shows how to integrate Autocomplete with a two-column layout.
Access the demo | Follow the guide
git clone git@github.com:algolia/autocomplete.git
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.