Materialize CSS Buttons

Materialize CSS provides different CSS classes to apply various predefined visual and behavioral enhancements to the buttons. Let's see those various classes and their effects.

IndexClass nameDescription
1)btnIt is used to set button or anchor as a materialize button, required. It also sets raised display effect to a button.
2)btn-floatingIt is used to create a circular button.
3)btn-flatIt is used to set flat display effect to a button, default.
4)btn-largeIt is used to create large buttons.
5)disabledIt is used to create a disabled button.
6)type = "submit"It is used to represent an anchor or button as a primary button.
7)waves-effectIt is used to set ripple click effect, can be used in combination with any other classes.

Example

Let's take an example to demonstrate the use of mdl-button classes to show different types of buttons.

Test it Now

Output:

Materialize Buttons 1
Materialize Buttons 2




Latest Courses