1
0
Fork 0
docsearch/packages/docsearch-css
2025-08-11 09:19:43 +02:00
..
src fix: cater for transformItems to use DS with custom indices (#2705) 2025-08-08 16:24:24 +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.6 (#2707) 2025-08-11 09:19:43 +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 →