Pastel UI

Inputs

Inputs allow users to enter and edit text.


Basic Inputs

You can use the input-container class alongside the respective variant classes namely standard, outlined, and filled classes to get the variants respectively.


Validation Inputs

Inputs sometimes need to have validation messages on them to validate user inputs. You can use the success or error class with any of the above variants to get the respective validation messages.

This is success message.
This is error message.