paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
687 stars 55 forks source link

Add support for Storybook #216

Open divideby0 opened 3 years ago

divideby0 commented 3 years ago

Our team often uses Storybook to create a gallery of our React components. This allows us to view and test these Components with various props, viewports, and states. While the Pal.js UI does not ship with many custom components (beyond Admin), we think it would be helpful to add a simple "Hello World" React component that can be configured to show in Storybook (changing background colors, changing the "Hello ____" name with a prop, etc.