UNPKG

storybook-mobile

Version:

This addon offers suggestions on how you can improve the HTML, CSS and UX of your components to be more mobile-friendly.

12 lines (8 loc) 202 B
import React from 'react' import SignupForm from '../SignupForm' import '../index.css' export default { title: 'Signup Form', component: SignupForm, } export const Default = () => <SignupForm />