FormLayout
Form layout with sections. Compound: FormLayout, Section, Field.
Preview
Usage
import { FormLayout } from '@ramtt/ui'
<FormLayout>
<FormLayout.Section title="Profile">
<FormLayout.Field label="Name">
<Input />
</FormLayout.Field>
</FormLayout.Section>
</FormLayout>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| maxWidth | string | '600px' | Maximum form width |
| children* | ReactNode | — | FormLayout.Section elements |