coinbase / onchainkit

React components and TypeScript utilities to help you build top-tier onchain apps.
https://onchainkit.xyz
MIT License
537 stars 125 forks source link

feat: add storybook support #674

Closed siddharthkul closed 3 months ago

siddharthkul commented 3 months ago

What changed? Why? Added storybook: a frontend workshop for building UI components and pages in isolation

Notes to reviewers yarn storybook and visit http://localhost:6006

Screenshot 2024-06-20 at 10 01 17 PM
Zizzamia commented 3 months ago

We use site to build components in isolation. Which force us to test components in real case scenario.

At this point adding storybooks, it seems a step back instead of a step forward.

Happy to talk more about it, but I really want to keep the team as close as possible to real case scenarios and avoid isolations.