mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
style guide: add buttons
This commit is contained in:
parent
3c471f8ac3
commit
0b3cbea742
1 changed files with 10 additions and 0 deletions
10
_components/buttons.html
Normal file
10
_components/buttons.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: "Buttons"
|
||||||
|
type: buttons
|
||||||
|
usage:
|
||||||
|
---
|
||||||
|
|
||||||
|
<a href="#" class="btn-white-solid">btn-white-solid</a>
|
||||||
|
<a href="#" class="btn-green">btn-green</a>
|
||||||
|
<a href="#" class="btn-blue">btn-blue</a>
|
||||||
|
<a href="#" class="btn-blue-solid">btn-blue-solid</a>
|
Loading…
Add table
Add a link
Reference in a new issue