Form
Composable form component that is built on top of a fork of the excellent 'hecrj/composable-form' library. If you're familiar with composable-form already, then you'll feel right at home!
More examples available at the hecrj/composable-form website:
demos | (source)When To Use#
- When building Forms of any size; whether they include only a single input, or several inputs that are dependent on each other.
- When you need to validate fields in certain rules.
Examples
Basic
Basic Form data control. Includes layout, initial values, validation and submit.