import type { ReactNode } from 'react'; import { Checkbox, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, Input, } 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 Vertical = () => ( Domain We'll point the DNS for you at no charge. ); export const Horizontal = () => ( Managed backups Nightly snapshots kept for 30 days. ); export const WithError = () => ( Email Enter a valid email address. ); export const Fieldset = () => (
Hosting Plan name Site limit
);