Docs
Command
Command
Fast, composable, unstyled command menu for Svelte.
Installation
Install bits-ui
:
Copy and paste the component source files linked at the top of this page into your project.
Usage
Examples
Dialog
To show the command menu in a dialog, use the <Command.Dialog />
component instead of <Command.Root />
. It accepts props for both the <Dialog.Root />
and <Command.Root />
components.
On This Page