diff --git a/storybook/stories/CustomFormatOptionLabel.stories.tsx b/storybook/stories/CustomFormatOptionLabel.stories.tsx new file mode 100644 index 0000000000..a45c031980 --- /dev/null +++ b/storybook/stories/CustomFormatOptionLabel.stories.tsx @@ -0,0 +1,44 @@ +import type { ComponentMeta } from '@storybook/react'; +import * as React from 'react'; +import Select from 'react-select'; +import { Field } from '../components'; + +import { colourOptions } from '../data'; + +export default { + title: 'Select/CustomFormatOptionLabel', + component: Select, + argTypes: {}, +} as ComponentMeta; + +export function CustomFormatOptionLabel() { + return ( + +