1
0
Fork 0
docsearch/packages/docsearch-css
2026-04-27 17:45:07 +02:00
..
src feat(agentStudio): surface thread depth error (#2877) 2026-04-14 11:36:54 -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.6.3 (#2879) 2026-04-27 17:45:07 +02: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 →