diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-07 22:57:15 +0200 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-07 22:57:15 +0200 | 
| commit | a1e8f1e4426ed3560ce1b76fb73a6969388ed253 (patch) | |
| tree | 1322e27552bbf49b3f14e80d3e0111e154b0ab78 /src/components/atoms/forms/select.stories.tsx | |
| parent | 4bd651b9e32c568d86b30463858c20ef290d8c07 (diff) | |
chore: add a SelectWithTooltip component
Diffstat (limited to 'src/components/atoms/forms/select.stories.tsx')
| -rw-r--r-- | src/components/atoms/forms/select.stories.tsx | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/src/components/atoms/forms/select.stories.tsx b/src/components/atoms/forms/select.stories.tsx index ed487f8..c7bb253 100644 --- a/src/components/atoms/forms/select.stories.tsx +++ b/src/components/atoms/forms/select.stories.tsx @@ -11,6 +11,19 @@ export default {    title: 'Atoms/Forms',    component: SelectComponent,    argTypes: { +    classes: { +      control: { +        type: 'text', +      }, +      description: 'Set additional classes', +      table: { +        category: 'Options', +      }, +      type: { +        name: 'string', +        required: false, +      }, +    },      disabled: {        control: {          type: 'boolean', | 
