Text box design in materialize css
Text Boxes are designed suitable for mobile also, it appear user friendly. And we can use this materialize css text box using just call input-field class.
Example Program:- (Editor)

Editor is Loading...
Advertisement
<div class="input-field col s6">
<input id="first_name" type="text" class="validate">
<label for="first_name">Name</label>
</div>
Example Program:- (Editor)
Editor is Loading...
Advertisement
Post a Comment for "Text box design in materialize css"