Pages · Laravilt
TextInput
Single-line text input with multiple variants
Single-line text input supporting text, email, password, tel, url, and search types.
Vue Component
Uses Input from shadcn/ui (Radix Vue based).
vue
Basic Usage
php
Input Types
php
Prefix & Suffix
php
Character Limits
php
Input Masking
php
Copyable
php
API Reference
| Method | Description |
|---|---|
email() | Email type with validation |
password() | Password with optional reveal |
tel() | Telephone input |
url() | URL input |
mask() | Input mask pattern |
prefix() / suffix() | Text decorations |
prefixIcon() / suffixIcon() | Icon decorations |
copyable() | Copy button |
characterCount() | Show counter |
Related
- Textarea - Multi-line text
- NumberField - Numeric input