@expo/styleguide-search-ui
v6.0.0
Published
Expo's common search component for use on the web.
Downloads
8,819
Maintainers
Keywords
Readme
@expo/styleguide-search-ui
Expo's common search component for use on the web.
Usage
- Install Expo Search UI package:
yarn add @expo/styleguide-search-ui - Import global CSS files from the package in your JS(X)/TS(X) code:
or import it the main stylesheet file:import "@expo/styleguide-search-ui/dist/expo-search-ui.css";@import "@expo/styleguide-search-ui/dist/expo-search-ui.css"; - Add
'./node_modules/@expo/styleguide-search-ui/dist/**/*.{js,ts,jsx,tsx}'to the Tailwindcontentpaths.
Development
Get started
- Install dependencies with
yarn. - Build everything with
yarn build. - Develop with
yarn dev.
