PALASIO
DESIGNS

Input

Inputs are necessary for user interaction with the website. Inputs are used to take information from the user, and then save the data to the server, accordingly.

Standard Input Field

This is standard input field. Just add input-field class to the input field. This will work for text area tag too. Add rounded-corner class to get rounded corner input field.

Responsive Input Field

The input shows response when it is in focus state. You can achieve that aby adding responsive class to input element. This will work for text area tag too.

Input on Error

If input field doesn't full fill validate condition, it shows error in response. You can achieve that by adding error class to input field along with responsive class.

Input with Icon Label

Get input with icon as label by adding input-field-icon to wrapper. You choose any font awesome/bootstrap icon for icon label. This input field works same as standard input works. Just add responsive class for responsive and error class to get responsiveness on error input.