mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
move utilities stories into stories folder
This commit is contained in:
parent
96389ed27d
commit
4c9bdf1081
9
modules/primer-utilities/stories/Animation.js
Normal file
9
modules/primer-utilities/stories/Animation.js
Normal file
@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
import { storiesOf } from '@storybook/react'
|
||||
|
||||
storiesOf('Animation utilities', module)
|
||||
.add('hover-grow', () => (
|
||||
<div className='Box hover-grow p-4'>
|
||||
.hover-grow
|
||||
</div>
|
||||
))
|
@ -1,12 +1,7 @@
|
||||
import React from 'react'
|
||||
import { storiesOf } from '@storybook/react'
|
||||
|
||||
storiesOf('Utilities', module)
|
||||
.add('hover-grow', () => (
|
||||
<div className='Box hover-grow p-4'>
|
||||
.hover-grow
|
||||
</div>
|
||||
))
|
||||
storiesOf('Border utilities', module)
|
||||
.add('circle', () => (
|
||||
<div className='border circle p-3' style={{width: '100px', height: '100px'}}>
|
||||
.circle
|
@ -1,7 +1,7 @@
|
||||
import React from 'react'
|
||||
import { storiesOf } from '@storybook/react'
|
||||
|
||||
storiesOf('Typography', module)
|
||||
storiesOf('Typography utilities', module)
|
||||
.add('h1-h6', () => (
|
||||
<div>
|
||||
<h1 className='h1'>h1</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user