Home » Materialize CSS Form

Materialize CSS Form

Forms are used as a standard way to receive user inputted data. Materialize CSS provides a very beautiful and responsive CSS for form designing. The transitions and smoothness of these elements are very important because of the inherent user interaction associated with forms.

Index Class name Description
1) input-field It is used to set the div container as an input field container. Required. 2) validate It is used to add validation styles to an input field. 3) active It is used to show an input with active style. 4) materialize-textarea It is used to style a text-area. The text-areas will auto resize to the text inside. 5) filled-in It show a checkbox with filled box style.

You may also like