Components - input

Example

<input type="text" className="input u-font-size-0" placeholder="This is the placeholder" />

Example

<input type="text" className="input u-font-size-2" placeholder="This is the placeholder" />

Example

<input type="text" className="input u-font-size-4" placeholder="This is the placeholder" />

Example

<input type="text" className="input" placeholder="This is the placeholder" disabled />

Example

<input type="password" className="input" value="secret" readOnly />

Example

<input type="number" className="input" value="99" readOnly />

Example

<input type="checkbox" className="input" />

Example

<input className="switch input" type="checkbox" />

Example

<input type="radio" className="input" />