Páginas · Laravilt
Input Fields
Text-based input components
Text-based input components for collecting user data.
Available Components
| Component | Description | Vue Component |
|---|---|---|
TextInput | Single-line text (email, password, tel, url) | Input from shadcn/ui |
Textarea | Multi-line text | Textarea from shadcn/ui |
NumberField | Numeric input with spin buttons | Custom NumberInput |
Hidden | Hidden field | Native hidden input |
PinInput | PIN/OTP code entry | PinInput from shadcn/ui |
Common Methods
All input fields share these methods:
php
Vue Component Pattern
All inputs use the FieldWrapper component:
vue
Related
- TextInput - Single-line text
- Textarea - Multi-line text
- NumberField - Numeric input
- Hidden - Hidden fields
- PinInput - PIN/OTP input