Repository URL to install this package:
|
Version:
0.9.6 ▾
|
import React from 'react'
import { storiesOf } from '@storybook/react'
import { LabelValueSection } from 'molecules//LabelValueSection'
storiesOf('molecules/LabelValueSection', module)
.add('default', () => <LabelValueSection label={'price'} value={'10.00'} />)