1
0
Fork 0
docsearch/packages/docsearch-css
Doma 4c82640022
feat: add keypress effect to DocSearchButton (#2087)
* feat: add keypress effect to DocSearchButton

* Bump expected bundle sizes

---------

Co-authored-by: Paul Jankowski <8BitTitan@gmail.com>
Co-authored-by: Paul Jankowski <33367713+8bittitan@users.noreply.github.com>
2023-10-05 10:57:27 -04:00
..
src feat: add keypress effect to DocSearchButton (#2087) 2023-10-05 10:57:27 -04:00
build-css.js chore(deps): update lint dependency (#1120) 2021-11-02 12:06:22 +01:00
package.json chore: release v3.5.2 (#2020) 2023-08-17 10:04:58 -04:00
README.md chore: release v3.0.0 (#1311) 2022-02-22 12:52:15 +01:00

@docsearch/css

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

Installation

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

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

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

Get started

import '@docsearch/css';

Documentation

Read documentation →