Input

Inputs are used to enter texts

# Text input

html
<input class="input" type="text" placeholder="Input here" />

# Text input but reversed

html
<input class="input input-reversed" type="text" placeholder="Input here" />

# Text input but compact

html
<input class="input input-compact" type="text" placeholder="Input here" />