Loading dashboard...
Loading dashboard...
import {
Command,
CommandDialog,
CommandEmpty,
CommandGroup,
CommandInput,
CommandItem,
CommandList,
CommandSeparator,
CommandShortcut,
} from "@/components/ui/command"<Command className="max-w-sm rounded-lg border">
<CommandInput placeholder="Type a command or search..." />
<CommandList>
<CommandEmpty>No results found.</CommandEmpty>
<CommandGroup heading="Suggestions">
<CommandItem>Calendar</CommandItem>
<CommandItem>Search Emoji</CommandItem>
<CommandItem>Calculator</CommandItem>
</CommandGroup>
<CommandSeparator />
<CommandGroup heading="Settings">
<CommandItem>Profile</CommandItem>
<CommandItem>Billing</CommandItem>
<CommandItem>Settings</CommandItem>
</CommandGroup>
</CommandList>
</Command>A simple command menu in a dialog.
Search for a command to run...
Search for a command to run...
A command menu with groups, icons and separators.
Search for a command to run...
Scrollable command menu with multiple items.
Search for a command to run...
See the cmdk documentation for more information.
import {
Command,
CommandEmpty,"use client"
import * as React from "react""use client"
import * as React from "react""use client"
import * as React from "react""use client"
import * as React from "react"