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.


        <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

Nhận xét

Bài đăng phổ biến từ blog này

How to set the SDK, NDK and JDK path to android studio?

if statement

Select all values from list box in a single click using javascript