import type { ReactNode } from 'react'; import { Button, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, Input, Label, } from 'cloudrite'; // Cloudrite is dark-only — the overlay surfaces read correctly only against the // brand background, not the harness's white card body. const Surface = ({ children }: { children: ReactNode }) => (
{children}
); // `defaultOpen` is what makes the card worth looking at — a bare trigger shows // none of Dialog's parts. Paired with cardMode:single in .design-sync/config.json. export const Open = () => ( e.preventDefault()}> Add a site We'll point the DNS and issue an SSL certificate automatically.
);