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.gityarn
yarn workspace @algolia/autocomplete-example-two-column-layout startAlternatively, you may use npm:
cd examples/two-column-layout
npm install
npm run startOpen http://localhost:1234 to see your app.
