UNPKG

@navinc/base-react-components

Version:
14 lines (11 loc) 291 B
import React from 'react' import { LoadingDots } from './loading-dots.js' import readme from './loading-dots.readme.md' export default { title: 'General/LoadingDots', component: LoadingDots, parameters: { info: { text: readme }, }, } export const Basic = () => <LoadingDots />