npm.io
9.1.10 • Published 1 week ago

@expo/styleguide-search-ui

Licence
MIT
Version
9.1.10
Deps
10
Size
87 kB
Vulns
0
Weekly
0

@expo/styleguide-search-ui

Expo's common search component for use on the web.

Usage

  1. Install Expo Search UI package:
    yarn add @expo/styleguide-search-ui
  2. Import global CSS files from the package in your JS(X)/TS(X) code:
    import "@expo/styleguide-search-ui/dist/expo-search-ui.css";
    or import it the main stylesheet file:
    @import "@expo/styleguide-search-ui/dist/expo-search-ui.css";
  3. Add './node_modules/@expo/styleguide-search-ui/dist/**/*.{js,ts,jsx,tsx}' to the Tailwind content paths.

Development

Get started
  1. Install dependencies with yarn.
  2. Build everything with yarn build.
  3. Develop with yarn dev.

Keywords