Components
VUIII provides a comprehensive set of Vue 3 components for building modern web applications.
Form Inputs
| Component | Description |
|---|---|
| Input | Text input with icon support and validation states |
| Textarea | Multi-line text input |
| Select | Native select dropdown with flexible option formats |
| Autocomplete | Searchable dropdown with keyboard navigation |
| Checkbox | Checkbox with toggle/switch variant |
| CheckboxGroup | Multi-select checkbox group |
| RadioGroup | Single-select radio button group |
| RadioButtonGroup | Button-styled radio group |
| FilePicker | File picker with drag-and-drop support |
Buttons
| Component | Description |
|---|---|
| Button | Polymorphic button with variants and icons |
| IconButton | Icon-only button |
| ButtonGroup | Group of related buttons |
Forms & Layout
| Component | Description |
|---|---|
| FormFields | Dynamic form generator from configuration |
| FormGroup | Form field wrapper with label and error support |
| Table | Data table with sorting and custom columns |
| Divider | Visual separator line |
| Typography | Consistent text styling |
| Breadcrumbs | Navigation breadcrumbs |
Feedback & Overlays
| Component | Description |
|---|---|
| DialogStack | Modal dialog system |
| Dropdown | Popover dropdown container |
| DropdownMenu | Menu for dropdown content |
| SnackbarStack | Toast notification system |
Utilities
| Component | Description |
|---|---|
| Icon | Icon component with custom resolver |