Components
Loading preview...
Displays real-time or simulated system/service status with incident history.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/system-status-blockimport SystemStatusBlock from "@/components/ui/system-status-block";
export default function DemoOne() {
return <SystemStatusBlock />;
}