1
0
Fork 0
docsearch/packages/docsearch-css
Paul Jankowski e35349b3a9
feat(askai): Feedback notes and tags (#2890)
* feat(askai): add Agent Studio memory support

* refactor(askai): remove Ask AI transport abstraction

* feat(askai): Feedback notes and tags

* fix: bump css bundle size limit

* move feedback actions to components
2026-06-02 08:37:30 -04:00
..
src feat(askai): Feedback notes and tags (#2890) 2026-06-02 08:37:30 -04:00
build-css.js feat(sidepanel): Introduce Ask AI Sidepanel (#2816) 2025-12-17 13:25:50 -05:00
package.json chore: migrate to from yarn, lerna and shipjs to bun & changesets (#2827) 2026-03-02 18:52:01 +01:00
README.md chore: migrate to from yarn, lerna and shipjs to bun & changesets (#2827) 2026-03-02 18:52:01 +01:00

@docsearch/css

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

Installation

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 →