npx shadcn@latest add https://21st.dev/r/addstegeman/spotlight-table
Loading preview...
import { Component } from "@/components/ui/spotlight-table"; export default function DemoOne() { return <Component />; }