Components
Loading preview...
Real-time Activity Live server performance metrics, UI component
@kousthubha_sky_
npx shadcn@latest add https://21st.dev/r/koustubhayadiyala36/real-time-analyticsimport { Component } from "@/components/ui/real-time-analytics";
export default function DemoOne() {
return <Component />;
}