UNPKG

@scientist-softserv/webstore-component-library

Version:

A React component library intended for use with WebStore applications

12 lines (8 loc) 223 B
import React from 'react' import Loading from './Loading' export default { title: 'Components/Loading', component: Loading, } const Template = (args) => <Loading {...args} /> export const Default = Template.bind({})