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