Tronic247 Material
Components

Floating action button

Usage

Create an element and add the class btn and fab to it. Inside that add the icon.

<button class="fab ripple-e">
    <i class="mdi mdi-heart"></i>
</button>   

Colored

<button class="fab primary ripple-e">
    <i class="mdi mdi-heart"></i>
</button>