fix: story
This commit is contained in:
@@ -13,4 +13,8 @@ const meta = {
|
||||
export default meta;
|
||||
type Story = StoryObj<typeof meta>;
|
||||
|
||||
export const Default: Story = {};
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
isChecked: true, // The SwitchButton will start in the "checked" state
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user