Skip to content

Commit

Permalink
docs(guide): update renderer sandbox link
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Nov 23, 2020
1 parent 1d0cb20 commit 9a897e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/docs/creating-a-renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In this guide, you'll learn how to build an autocomplete UI using React.

The `@algolia/autocomplete-core` package provides all the primitives to build an autocomplete experience, but you remain in charge of the UI output. This page will teach you how to leverage all the autocomplete capacities to build an accessible autocomplete, both for desktop and mobile.

You can find the final result in [this sandbox](https://codesandbox.io/s/autocomplete-guide-nh6y6).
You can find the final result in [this sandbox](https://codesandbox.io/s/github/algolia/autocomplete.js/tree/next/examples/react-renderer?file=/src/Autocomplete.tsx).

## Importing the package

Expand Down

0 comments on commit 9a897e9

Please sign in to comment.