feat: Update InputForm to handle different sizes

- Tambah spec test pada komponen InputForm
- Tambah autodocs pada komponen Input
This commit is contained in:
Hafid Nur
2025-03-27 06:00:03 +07:00
parent 54f4572533
commit 631684cb05
3 changed files with 47 additions and 4 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ const meta: Meta<typeof Input> = {
options: ['sm', 'md', 'lg'],
},
},
};
tags: ['autodocs'],
} satisfies Meta<typeof Input>;
export default meta;
type Story = StoryObj<typeof Input>;