Menu

Input


Introduction

Inputs allow website users to enter or share their information, across many usecases.

Primarily used for Sign-up/Login Pages, Feedbacks and for general user inputs.

By default, input fields take width of 100% .

Sign-up/Login Form

Marvel UI offers a classes for input and textarea to verify user credentials

Each field can also have it's own validation built in to meet your website's criterias.

Use the required class to label to indicate required input. Don't forget to add required attribute to your input element as well.

Code: