Simal UI
Components

Form

Form is layout only — it groups FormSections and draws the separators.

The inputs inside stay ordinary components.

Import

import { Form } from '@simal/ui/nativewindui';

Props

PropValuesDefaultDescription
childrenFormSections. Form only stacks them and draws separators — it does not manage values, validation or submission.

Examples

With Footnote

footnote renders the explanatory line under a section.

Multiple Sections

On this page