2017-05-18 21:21:33 +03:00
|
|
|
### with text
|
|
|
|
|
|
|
|
```
|
|
|
|
<span>
|
|
|
|
<Button>Inspire the lazy</Button>
|
|
|
|
<span> </span>
|
|
|
|
<Button href='#1'>Inspire the lazy (anchor)</Button>
|
|
|
|
</span>
|
|
|
|
```
|
|
|
|
|
|
|
|
### secondary
|
|
|
|
|
|
|
|
```
|
|
|
|
<span>
|
|
|
|
<Button secondary>Inspire the brave</Button>
|
|
|
|
<span> </span>
|
|
|
|
<Button href='#2' secondary>Inspire the brave (anchor)</Button>
|
|
|
|
</span>
|
|
|
|
```
|
|
|
|
|
|
|
|
### tertiary
|
|
|
|
|
|
|
|
```
|
|
|
|
<span>
|
|
|
|
<Button tertiary>Inspire the tertiary</Button>
|
|
|
|
<span> </span>
|
|
|
|
<Button href='#3' tertiary>Inspire the tertiary (anchor)</Button>
|
2017-09-08 15:01:37 +03:00
|
|
|
<span> </span>
|
|
|
|
<Button tertiary selected>Inspire the tertiary</Button>
|
2017-05-18 21:21:33 +03:00
|
|
|
</span>
|
|
|
|
```
|
|
|
|
|
|
|
|
### disabled
|
|
|
|
|
|
|
|
```
|
|
|
|
<span>
|
|
|
|
<Button disabled>Inspire the liars</Button>
|
|
|
|
<span> </span>
|
|
|
|
<Button href='#4' disabled>Inspire the liars (anchor)</Button>
|
|
|
|
</span>
|
|
|
|
```
|