import React from 'react'; import { action } from 'storybook/actions'; import { States } from '../../utilities'; import { Tag, TagProps } from './Tag'; export default { title: 'Components/Tag' }; export const Default = () => ( states={[{}, { disabled: true }]}> action('removed')}>Label );