UNPKG

wix-style-react

Version:
13 lines (11 loc) 376 B
import React from 'react'; import AddressInputItem from '..'; import { StorybookComponents } from 'wix-storybook-utils/StorybookComponents'; export default () => ( <StorybookComponents.Stack flexDirection="column" width="50%"> <AddressInputItem mainLabel="Work" secondaryLabel="512 4th St NE, Montgomery, MN, 56069" /> </StorybookComponents.Stack> );