import React from 'react';
import { Meta } from '@storybook/react';
import { action } from 'storybook/actions'; // eslint-disable-line
import { getWrapperDecorator } from '../../stories';
import { Filters } from '.';
export default {
title: 'UI/Filters',
component: Filters,
decorators: [getWrapperDecorator({ paddingLeft: '200px' })],
} as Meta;
export const Default = () => (
);
export const Overflow = () => (
({
key: `chunk-${currentIndex}`,
label: `Chunk ${currentIndex + 1}`,
defaultValue: true,
})),
},
}}
/>
);
export const DisableOptions = () => (
);