1
0
Fork 0
docsearch/packages/docsearch-css
2026-01-21 20:23:06 +01:00
..
src feat(askai): Allow use of Agent Studio for chat backend (#2832) 2026-01-13 10:58:11 -05:00
build-css.js feat(sidepanel): Introduce Ask AI Sidepanel (#2816) 2025-12-17 13:25:50 -05:00
package.json chore: release v4.5.3 (#2849) 2026-01-21 20:23:06 +01:00
README.md chore: Promote DocSearch v4 from Beta to Stable (#2752) 2025-09-15 16:41:59 +02:00

@docsearch/css

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

Installation

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

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

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

Get started

import '@docsearch/css';

Documentation

Read documentation →