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 />