feat: Update InputForm component

- Perbarui docs untuk component Input dan InputForm
- Perbarui component InputForm agar bekerja dengan helper text, error, dan label/input
This commit is contained in:
Hafid Nur
2025-03-27 05:25:02 +07:00
parent ca933f624a
commit 54f4572533
4 changed files with 99 additions and 37 deletions
@@ -61,11 +61,3 @@ export const Disabled: Story = {
disabled: true,
},
};
export const WithError: Story = {
args: {
size: 'md',
type: 'text',
error: 'This field is required',
},
};