Repository URL to install this package:
|
Version:
0.9.5 ▾
|
import React from 'react'
import { storiesOf } from '@storybook/react'
import { styled } from 'view-container'
import AnimatedExpandableCard from 'presets/AnimatedExpandableCard'
storiesOf('presets/AnimatedExpandableCard', module).add('default', () => (
<AnimatedExpandableCard />
))