1
0
Fork 0
docsearch/packages/docsearch-css
InstantSearch 521239ad9d
chore: release v3.0.0-alpha.42 (#1201)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2021-12-03 15:08:08 +01:00
..
src fix(button): prevent container keys ui flash (#1033) 2021-07-23 18:36:30 +02:00
build-css.js chore(deps): update lint dependency (#1120) 2021-11-02 12:06:22 +01:00
package.json chore: release v3.0.0-alpha.42 (#1201) 2021-12-03 15:08:08 +01:00
README.md feat(website): new documentation (#1048) 2021-10-07 12:27:45 +02:00

@docsearch/css

Style package for DocSearch, the best search experience for docs.

Installation

yarn add @docsearch/css@alpha
# or
npm install @docsearch/css@alpha

If you dont want to use a package manager, you can use a standalone endpoint:

<script src="https://cdn.jsdelivr.net/npm/@docsearch/css@alpha"></script>

Get started

import '@docsearch/css';

Documentation

Read documentation →