diff --git a/src/components/Textarea/Textarea.stories.tsx b/src/components/Textarea/Textarea.stories.tsx index 5fecb1a..2851867 100644 --- a/src/components/Textarea/Textarea.stories.tsx +++ b/src/components/Textarea/Textarea.stories.tsx @@ -27,6 +27,27 @@ const meta: Meta = { disabled: { control: 'boolean', }, + hasError: { + control: 'boolean', + }, + label: { + control: 'text', + }, + placeholder: { + control: 'text', + }, + helperText: { + control: 'text', + }, + error: { + control: 'text', + }, + maxLength: { + control: 'number', + }, + rows: { + control: 'number', + }, }, }; @@ -34,11 +55,26 @@ export default meta; type Story = StoryObj; export const Default: Story = { - render: () => ( -
-