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