adds angular fixed snippet

This commit is contained in:
jonniebigodes 2021-08-08 18:38:10 +01:00
parent b326f07319
commit 1574a6285b

View File

@ -19,7 +19,7 @@ export const Template = (args) => ({ props: args });
name='Unchecked'
args={{
label: 'Unchecked',
}}>
}}>
{Template.bind({})}
</Story>
@ -28,7 +28,7 @@ export const Template = (args) => ({ props: args });
args={{
label: 'Unchecked',
checked: true,
}}>
}}>
{Template.bind({})}
</Story>
@ -38,7 +38,7 @@ export const Template = (args) => ({ props: args });
label: 'Secondary',
checked: true,
appearance: 'secondary',
}}>
}}>
{Template.bind({})}
</Story>
</Canvas>