Skip to content

Inputs

Default

html
<input />

Disabled

html
<input disabled />

Placeholder

html
<input placeholder="Search..." />

Value

html
<input value="John Doe" />