UNPKG

wix-style-react

Version:
10 lines (8 loc) 267 B
import React from 'react'; import Input from '..'; import { StorybookComponents } from 'wix-storybook-utils/StorybookComponents'; export default () => ( <StorybookComponents.Stack flexDirection="column" width="50%"> <Input /> </StorybookComponents.Stack> );