mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
move btn-large test into primer-buttons’ stories.js
This commit is contained in:
parent
60a8d27076
commit
171e0b6643
@ -59,3 +59,9 @@ storiesOf('Button', module)
|
||||
<button className='btn btn-purple disabled'>disabled</button>
|
||||
</div>
|
||||
))
|
||||
.add('btn-large', () => (
|
||||
<div className='f3 p-4'>
|
||||
<a className="btn btn-large btn-purple mr-6" href="#url" role="button">Large link button</a>
|
||||
<button className="btn btn-large btn-outline-blue" type="button">Large button button</button>
|
||||
</div>
|
||||
))
|
||||
|
@ -19,9 +19,3 @@ storiesOf('Marketing buttons', module)
|
||||
</div>
|
||||
</div>
|
||||
))
|
||||
.add('btn-large', () => (
|
||||
<div className='f3 p-4'>
|
||||
<a className="btn btn-large btn-purple mr-6" href="#url" role="button">Large link button</a>
|
||||
<button className="btn btn-large btn-outline-blue" type="button">Large button button</button>
|
||||
</div>
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user