📄️ Basic Usage
FormKit exposes a single component as its public API: Form. All other elements are yielded as contextual components, modifiers, or plain data.
📄️ Form
Yielded Parameters
📄️ Field
@name
📄️ Collection
The collection component allows to handle array of objects in your form.
🗃️ Controls
13 items
📄️ Validation
Field accepts a @validation property which allows you to describe the validation rules of the field.
🗃️ Layout
9 items
📄️ Helpers
Helpers are yielded by some blocks, like Form, or provided as parameters to callbacks. They allow you to interact with the form state in a simple and clear way.
📄️ Customize
Plugin Outlets
📄️ Custom Validation
Field
🗃️ Tests
2 items