UNPKG

wix-style-react

Version:
11 lines (8 loc) 270 B
import React from 'react'; import { StorybookComponents } from 'wix-storybook-utils/StorybookComponents'; import Image from '..'; export default () => ( <StorybookComponents.Stack width="25%"> <Image src="TravelExample6.jpg" /> </StorybookComponents.Stack> );