JeCFe / react-design-system

React design system using TypeScript and Storybook
https://react-design-system.jessicafealy.dev/
MIT License
0 stars 0 forks source link

Variant props #34

Closed JeCFe closed 1 week ago

JeCFe commented 6 months ago

Some components which have multiple CVA objects don't have all those variants props being declared in the component Props, namely Radio and Checkboxes for now

JeCFe commented 1 week ago

Tsconfig was wonky and was putting the CVA type information as any this is being resolved as part of #39