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