Press ⌘K to open
Command Palette
NavigationSearchable command palette modal
commandsearchpalettemodal
Installation
$
Usage
tsx
import { CommandPalette } from "@/components/nonaxial/command-palette"
export default function Example() {
return (
<CommandPalette>{/* Your content here */}</CommandPalette>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |