Artsy UI

v1.0
Home Docs

Input

Text Input

By default artsy ui inputs are outline styled, to change to standard style input add class input-std to the input.
To mark a input as req just add class input-req to the div.

Input with Icon

Add a icon and give class icon-input to the div.

Input with Validation

Add class input-err/input-success for validation inputs

username not available
username available

Textarea Input