Built-in
This library comes with a set of components that you can use to build your own forms. These components are built using the same API that you have access to, so you can use them as a reference for your own components.
Here is a simple overview of the components that come with this library:
Field
The most basic component, usefull for inputs like text, number, email, etc.
Select
Usefull for select inputs, it can be single or multiple.
Option
Usefull for radio input for single options or checkbox for multiple options.
File
Usefull for file inputs, it can be single or multiple and dropzone is supported.
Errors
Usefull for displaying errors from the form.
Comming soon
-
Color
Usefull for color inputs.
-
Date
Usefull for date, datetime-local, month, time and week inputs.
-
Date
Usefull for date range inputs.
-
Range
Usefull for range inputs.