1
0
Fork 0
docsearch/packages/docsearch-css
Paul Jankowski 8ad60d9bab
fix(sidepanel): Fixes some issues while conversation is streaming (#2828)
* fix(sidepanel): Stop navigation during streaming

* fix(sidepanel): Fix scroll jumping while conversation is streaming

* fix(sidepanel): Keep input enabled but disable sending while streaming

---------

Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com>
2026-01-08 17:36:16 -05:00
..
src fix(sidepanel): Fixes some issues while conversation is streaming (#2828) 2026-01-08 17:36:16 -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.0-beta.0 (#2834) 2026-01-08 20:32: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 →