mirror of
https://github.com/primer/css.git
synced 2025-01-04 20:33:13 +03:00
Add btn-link story
This commit is contained in:
parent
dbec2aea9c
commit
99a8337f19
@ -59,3 +59,12 @@ storiesOf('Button', module)
|
||||
<button className='btn btn-purple disabled'>disabled</button>
|
||||
</div>
|
||||
))
|
||||
.add('btn-link', () => (
|
||||
<div className='p-4 d-flex flex-justify-between'>
|
||||
<button className='btn-link'>Button</button>
|
||||
<button className='btn-link hover'>hover</button>
|
||||
<button className='btn-link focus'>focus</button>
|
||||
<button className='btn-link selected'>selected</button>
|
||||
<button className='btn-link disabled'>disabled</button>
|
||||
</div>
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user