Страницы · Laravilt
Input
Text input component
Text input component.
Import
typescript
Basic Usage
vue
Types
vue
With Label
vue
With Icon
vue
Disabled
vue
With Error
vue
File Input
vue
Props
| Prop | Type | Default | Description |
|---|---|---|---|
type | string | text | Input type |
placeholder | string | - | Placeholder |
disabled | boolean | false | Disabled state |
modelValue | string | - | v-model value |