feat: Update InputForm to handle different sizes
- Tambah spec test pada komponen InputForm - Tambah autodocs pada komponen Input
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user