1
0
Fork 0
docsearch/packages/docsearch-css
2025-12-23 15:19:56 +01:00
..
src refactor(button): replace SVG icons with text characters for keyboard shortcuts (#2823) 2025-12-23 15:19:56 +01:00
build-css.js feat(sidepanel): Introduce Ask AI Sidepanel (#2816) 2025-12-17 13:25:50 -05:00
package.json chore: release v4.4.0 (#2820) 2025-12-19 12:56:58 -05: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 →