1
0
Fork 0
docsearch/packages/docsearch-css
2025-07-22 18:52:30 +02:00
..
src feat(askai): add facet filtering (#2676) 2025-07-22 11:28:18 +02:00
build-css.js chore(deps): dependencies 2024-11-04 (#2335) 2024-11-04 18:15:51 +01:00
package.json chore: release v4.0.0-beta.4 (#2679) 2025-07-22 18:52:30 +02:00
README.md feat(v4): release v4 (#2555) (#2666) 2025-07-17 15:53:46 +02:00

@docsearch/css

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

Installation

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

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

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

Get started

import '@docsearch/css';

Documentation

Read documentation →