Install

Add the Etoile React SDK to your app.


Install

npm i @etoile-dev/react

What you get

  • Searchbar and SearchModal for Etoile-powered search UI
  • Searchbar.Root primitives for fully custom, headless UIs
  • useEtoileSearch (and useSearch alias) for custom data wiring

Optional theme

Primitives are unstyled by default. Import the optional theme once if you want the built-in look:

import "@etoile-dev/react/styles.css";

Resources


Next