NeumorUINeumorUI
📖📦
Form

FormField

Consistent form layout wrapper with label, error, helper text, required indicator, and horizontal mode.

tsx
1import { FormField } from "neumorui";

Example

We'll never share your email.

Name is required

label
htmlFor
helperText
error
required
horizontal

Props

PropTypeDefault
labelstring-
htmlForstringauto from label
helperTextstring-
errorstring-
requiredbooleanfalse
horizontalbooleanfalse
childrenReactNode-