Materialize Css Button with Icon


Materialize Css Button with Icon- It is very simple to create button with icon in Materialize. We can use inbuilt classes to add icons. Here in this tutorial, we are going to explain how you can add icon to button in Materialize css framework. You can also use our online editor to edit and run the code online.


Materialize Css Button with Icon Example

You can create button with icon in Materialize Css simply as below-

Example:

 <a class="waves-effect waves-light btn"><i class="material-icons left">shop</i> Raised Button With Icon</a>

Try it »

Output of above example-

Materialize Css Button with Icon

Advertisements

Add Comment

📖 Read More