-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add storybook in the project #1158
Conversation
aaeb41c
to
f125265
Compare
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.
make sure eslint + prettier are installed and configured correctly.
delay={number('Delay(ms)', 0)} | ||
fallbackPosition={select('Fallback Position', positions, 'right')} | ||
> | ||
<Button>Button</Button> |
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.
here is the typescript error that I couldn't solve yet
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 think I solved, can you check?
@emersonlaurentino eslint+prettier was configured but my vscode didn't checked the new files that's why I didn't notice the errors 😅 I'm going to fix now |
…heme and add stories eexamples
51029ac
to
901b15d
Compare
901b15d
to
1f24f7e
Compare
What is the purpose of this pull request?
Add storybook configurations, addons, stories examples and the documentation about it.
Addons configured here:
What problem is this solving?
We need an enviroment with hot-loading and that builds components in isolation to help us develop our components.
How should this be manually tested?
yarn && yarn storybook
and then visit localhost:6006 in your browser.To Do
Types of changes