A collection of demos for Laravel Form Components
Checkbox
The checkbox component offers an easy way to set up a checkbox input field in your forms.
Custom Select
Heavily based on Tailwind UI's custom selects, the custom select component provides a nice alternative to the native select menu.
Date Picker
The date picker component offers an integration with the flatpickr datepicker library.
File Upload
The file upload component provides a custom file input for your forms.
FilePond
The FilePond component provides an easy way to utilize advanced file uploads via FilePond.
Form Group
The form group component can be used to encapsulate an input in order to render a label and error messages automatically for you.
Input
The input component offers an easy way to set up any type of input field for your forms.
Password
The password component offers an easy way to set up a password input field for your forms.
Radio
The radio component offers an easy way to set up a radio button input field in your forms.
Select
The select component offers an easy way to provide select menus in your forms.
Switch Toggle
The switch toggle component offers an alternative to a traditional checkbox and is heavily based on the Tailwind UI toggle component.
Textarea
The textarea component offers an easy way to set up a textarea field for your forms.
Timezone Select
The timezone select component offers an easy way to render timezones in a select menu.