Carregando…
Carregando…
Carregando…Service status dashboard with groups, operational/degraded/outage indicators and overall status.
Status Page — service health grid with grouped sections
$ npx kikitocn add status-page@/lib/utilsimport { StatusPage } from "@/components/ui/cn/status-page/StatusPage";
export function StatusPageExample() {
return (
<StatusPage />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
groups* | StatusGroup[] | — | Grupos de serviços: { group, services: ServiceItem[] } |
title | string | undefined | Título da página de status |
lastUpdated | Date | string | undefined | Timestamp da última atualização |
overallStatus | 'operational' | 'degraded' | 'outage' | 'maintenance' | undefined | Status geral (calculado automaticamente se omitido) |