feat(ui-features): add the buttons page

This commit is contained in:
Alexander Zhukov 2017-05-02 19:28:27 +03:00
parent 3d4cf8754f
commit 44318d9e25
9 changed files with 112 additions and 53 deletions

View file

@ -5,7 +5,7 @@
Flat buttons
</nga-card-header>
<nga-card-body>
<ngx-flat-buttons></ngx-flat-buttons>
<ngx-flat-buttons class="button-panel"></ngx-flat-buttons>
</nga-card-body>
</nga-card>
</div>
@ -15,7 +15,7 @@
Raised buttons
</nga-card-header>
<nga-card-body>
<ngx-raised-buttons></ngx-raised-buttons>
<ngx-raised-buttons class="button-panel"></ngx-raised-buttons>
</nga-card-body>
</nga-card>
</div>
@ -25,7 +25,7 @@
Different sizes
</nga-card-header>
<nga-card-body>
<ngx-sized-buttons></ngx-sized-buttons>
<ngx-sized-buttons class="button-panel df-size-button-panel"></ngx-sized-buttons>
</nga-card-body>
</nga-card>
</div>
@ -35,7 +35,7 @@
Disabled
</nga-card-header>
<nga-card-body>
<ngx-disabled-buttons></ngx-disabled-buttons>
<ngx-disabled-buttons class="button-panel"></ngx-disabled-buttons>
</nga-card-body>
</nga-card>
</div>
@ -69,7 +69,7 @@
Large buttons
</nga-card-header>
<nga-card-body>
<ngx-large-buttons></ngx-large-buttons>
<ngx-large-buttons class="large-buttons-panel"></ngx-large-buttons>
</nga-card-body>
</nga-card>
</div>