-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds chakra theme to storybook with Button component as an example #3
Conversation
I'm open to discussion about how to better manage our storybook. This PR is mostly for the config and to get us chatting. There may be other examples of how we've used storybook in past projects that we should adopt. |
…ard into cra-setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed the workflow only and left some minor comments.
Great suggestions @nkuba! I've pushed some updates. I had to make some additional changes to support v2: https://www.chromatic.com/docs/github-actions#support-for-codeactionscheckoutv2code |
Initial CRA setup major libraries installed: create-react-app eslint / prettier husky / lint-staged storybook chakra-ui
I'm going to merge this into the chakra-theming branch so we are only working with 1 pull request for our theme & storybook |
Adds chakra theme to storybook with Button component as an example
No description provided.