Live Feed Component
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/live-feed
Loading preview...
import { NotificationCenterFeed } from "@/components/ui/live-feed"; export default function DemoOne() { return <NotificationCenterFeed />; }