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

Update stories #12

Closed JeCFe closed 10 months ago

JeCFe commented 10 months ago

In recent PR Tooltip I added a new way of doing a story for a component that has multiple variants. Having a single story that renders all variants in a grid, can also be extended to cover each pseudo-state for those components.

Would be very useful for the button, checkbox, and radio button components but could easily add value to other components when it arises