Components
Loading preview...
A beautiful search component inspired by macOS Spotlight.
@samitkapoor
npx shadcn@latest add https://21st.dev/r/samitkapoor/apple-spotlightimport { AppleSpotlight } from "@/components/ui/apple-spotlight";
export default function DemoOne() {
return <AppleSpotlight />;
}