Command
A Command component.
Preview
commandAuto
No dedicated preview is defined for this component yet. Add a custom entry in src/lib/component-previews.tsx to render a richer interactive demo.
Installation
External project (shadcn CLI)
npx shadcn@latest add https://envo-hub-envision-94aqj04ee-envo-norway.vercel.app/r/command.jsonInternal monorepo import
import { Command } from "@envo/envision-ds/command";Usage
import { Command } from "@envo/envision-ds/command";
export function Example() {
return <Command />;
}