Form

Component

Input

Versatile text, password, and search inputs with icon prefixing, size scales, and validation states.

Component Syntax

blade
<x-aura::input wire:model="email" placeholder="Enter email address" icon="mail" />

1. Input Types

blade

2. Input Sizes

blade

3. Width Presets

blade

Component Props

Available properties and configurations for the input component.

Prop Default Available Values

type

text
text email password number search tel url

size

md
sm md lg

label

null

Label text string

placeholder

null

Placeholder text string

icon

null

Icon name string

iconTrailing

null

Icon name string

name

null

Field name string

required

false
true false

hint

null

Hint text string

error

null

Error text string

invalid

false
true false

width

full
auto xs sm md lg xl full