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.

10 lines (7 loc) 176 B
import React from 'react' import CardList from '../CardList' export default { title: 'Scrollable Cards', component: CardList, } export const Default = () => <CardList />