mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
10 lines
207 B
JavaScript
10 lines
207 B
JavaScript
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>
|
|
))
|