import type { ReactNode } from 'react'; import { Tabs, TabsContent, TabsList, TabsTrigger } from 'cloudrite'; // Cloudrite is dark-only — foreground-coloured text and `border-border` are // invisible on the preview harness's white card body. Stories render on the // brand surface, which is also how a real screen is built. const Surface = ({ children }: { children: ReactNode }) => (
{children}
); export const Default = () => ( Overview Backups Domains cloudrite.co.nz — Business plan, Auckland region, 99.98% uptime this month. Last snapshot 03:00 NZST. 30 restore points retained. 1 domain, auto-renewing 12 March 2027. );