Autocomplete
The `Autocomplete` component provides an input field with dropdown suggestions that filter based on user input.
Checkbox
The `Checkbox` component provides a Bulma-styled checkbox input.
Checkboxes
The `Checkboxes` component wraps multiple `Checkbox` components in a Bulma-styled group.
Control
The `Control` component is a Bulma-styled wrapper for form controls (`Input`, `Select`, `TextArea`, etc.), supporting icons (left/right), loading state, expansion, size, and Bulma helper props for layout and color.
Date & Time
3 items
Field
The `Field` component is a Bulma-styled form field container.
File
The `File` component provides a Bulma-styled file input, supporting color, size, boxed/fullwidth/align styles, icons, "has name", and filename display.
Input
The `Input` component provides a Bulma-styled text input, supporting colors, sizes, rounded corners, static/read-only state, hover/focus/loading states, and all Bulma helper props.
Numberinput
The `Numberinput` component provides a number input with increment/decrement buttons.
Radio
The `Radio` component provides a Bulma-styled radio button input with flexible labels and helper classes.
Radios
The `Radios` component wraps multiple `Radio` components in a Bulma-styled group.
Rate
The `Rate` component provides a star/icon-based rating system.
Select
The `Select` component provides a Bulma-styled dropdown for selecting one or more options.
Slider
The `Slider` component provides a range slider input for selecting values within a range.
Switch
The `Switch` component provides a toggle switch for boolean on/off states.
Taginput
The `Taginput` component provides a tag/chip input field for managing multiple tags.
TextArea
The `TextArea` component provides a Bulma-styled multi-line text input, supporting color, size, rounded corners, static/read-only state, hover/focus/loading states, fixed size, and all Bulma helper props.