Fab

A floating action button is used for the primary action in an application floating above other elements. A basic fab is created by combining the fab, circle, raised and lg modifiers.

Markup

Toggle example guides Toggle HTML markup

<button pam-Button="fab circle raised lg">
    <i class="material-icons">add</i>
</button>