Components
Form Components
Input Fields
Complete form fields with labels, hints, and error handling
- Checkbox:
Flowbite::InputField::Checkbox - Date:
Flowbite::InputField::Date - Email:
Flowbite::InputField::Email - File:
Flowbite::InputField::File - Number:
Flowbite::InputField::Number - Password:
Flowbite::InputField::Password - Phone:
Flowbite::InputField::Phone - Radio Button:
Flowbite::InputField::RadioButton - Select:
Flowbite::InputField::Select - Text:
Flowbite::InputField::Text - Textarea:
Flowbite::InputField::Textarea - URL:
Flowbite::InputField::Url
Basic Input Components
Input elements without labels or wrappers
- Checkbox:
Flowbite::Input::Checkbox - Date:
Flowbite::Input::Date - Email:
Flowbite::Input::Email - File:
Flowbite::Input::File - Number:
Flowbite::Input::Number - Password:
Flowbite::Input::Password - Phone:
Flowbite::Input::Phone - Radio Button:
Flowbite::Input::RadioButton - Select:
Flowbite::Input::Select - Textarea:
Flowbite::Input::Textarea - URL:
Flowbite::Input::Url
Form Utilities
- Hint:
Flowbite::Input::Hint - Label:
Flowbite::Input::Label - Validation Error:
Flowbite::Input::ValidationError
UI Components
Buttons
- Button:
Flowbite::Button(default solid button) - Outline Button:
Flowbite::Button::Outline - Pill Button:
Flowbite::Button::Pill
Cards
- Card:
Flowbite::Card(default card with content and title)
Navigation
- Link:
Flowbite::Link(default link styling)