UNPKG

@navinc/base-react-components

Version:
14 lines (11 loc) 292 B
import React from 'react' import LoadingView from './loading-view.js' import readme from './loading-view.readme.md' export default { title: 'General/LoadingView', component: LoadingView, parameters: { readme: { content: readme }, }, } export const Basic = () => <LoadingView />