import Pill from 'sentry/components/pill'; import Pills from 'sentry/components/pills'; export default { title: 'Components/Pills', }; export const Default = () => ( thing thing thing ); Default.storyName = 'Pills'; Default.parameters = { docs: { description: { story: 'When you have key/value data but are tight on space.', }, }, };