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

PropTypeDefaultDescription
maxWidthstring'600px'Maximum form width
children*ReactNodeFormLayout.Section elements