1
0
Fork 0
docsearch/packages/docsearch-react
Marais Rossouw 9e4c69dec7
feat: push keyboard buttons till client (#983)
This fixes a UI flash issue on Windows where the <kbd>⌘</kbd> key shows up right before <kbd>Ctrl</kbd> when using SSG (like Docusaurus).

This happened because in these scenarii, the site is generated on a server, and we can't know yet what will the user's OS be.

Closes facebook/docusaurus#3682.
2020-11-05 10:36:57 +01:00
..
src feat: push keyboard buttons till client (#983) 2020-11-05 10:36:57 +01:00
style chore: move docsearch-react to packages 2020-09-01 11:36:46 +02:00
babel.config.js chore: move docsearch-react to packages 2020-09-01 11:36:46 +02:00
button.js chore: move docsearch-react to packages 2020-09-01 11:36:46 +02:00
modal.js chore: move docsearch-react to packages 2020-09-01 11:36:46 +02:00
package.json chore(package): update homepage field 2020-09-01 17:39:27 +02:00
README.md chore: move docsearch-react to packages 2020-09-01 11:36:46 +02:00
rollup.config.js chore: move docsearch-react to packages 2020-09-01 11:36:46 +02:00
tsconfig.declaration.json chore: move docsearch-react to packages 2020-09-01 11:36:46 +02:00
tsconfig.json chore: move docsearch-react to packages 2020-09-01 11:36:46 +02:00

@docsearch/react

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

Percy

Installation

yarn add @docsearch/react@alpha
# or
npm install @docsearch/react@alpha

Documentation

Read documentation →