Added view for "default" buttons.
This commit is contained in:
parent
37b8659eb2
commit
bb526fd04b
|
@ -7,6 +7,13 @@
|
||||||
</header>
|
</header>
|
||||||
<h1>Buttons</h1>
|
<h1>Buttons</h1>
|
||||||
|
|
||||||
|
<h2>Default</h2>
|
||||||
|
<div>
|
||||||
|
<button class="btn primary">Primary</button>
|
||||||
|
<button class="btn secondary">Secondary</button>
|
||||||
|
<button class="btn" disabled>Disabled</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2>Raised</h2>
|
<h2>Raised</h2>
|
||||||
<div>
|
<div>
|
||||||
<button class="btn raised primary">Primary</button>
|
<button class="btn raised primary">Primary</button>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user