Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Add fixed float button html example (#332)
Browse files Browse the repository at this point in the history
Fixed #240
  • Loading branch information
scote authored and jfcere committed Jun 22, 2018
1 parent 21b1e98 commit 2c45e94
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions demo/src/app/button/button.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,21 @@ <h5 class="light">HTML Structure</h5>
</div>


<div class="section">

<h5 class="light">Fixed float button</h5>

<app-code-snippet>
&lt;div class="fixed-action-btn">
&lt;button mz-button>
button
&lt;/button>
&lt;/div>
</app-code-snippet>

</div>


<div class="section">

<h5 class="light">Link Button</h5>
Expand Down

0 comments on commit 2c45e94

Please sign in to comment.