Input
Inputs allow users to enter and edit text-based data.
Basic
Sizes
With Icons
States
Clearable
Usage
<sl-input label="Email" type="email" placeholder="you@example.com">
<sl-icon name="envelope" slot="prefix"></sl-icon>
</sl-input>
Inputs allow users to enter and edit text-based data.
<sl-input label="Email" type="email" placeholder="you@example.com">
<sl-icon name="envelope" slot="prefix"></sl-icon>
</sl-input>