GitHub

Command

Searchable command input that allows users to filter and select from a list of options

Calendar
Search Emoji
Calculator
Profile
Billing

Installation

pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/command.json

Usage

import { Command, CommandContent, CommandItem } from "@/components/ui/command";
<Command>
  <CommandContent>
    <CommandItem>Item 1</CommandItem>
  </CommandContent>
</Command>