-
Notifications
You must be signed in to change notification settings - Fork 62
Feature/pu 2/slider #117
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
base: production
Are you sure you want to change the base?
Feature/pu 2/slider #117
Conversation
| /** for user to pass in right/max value when range is enable */ | ||
| rangeSliderRightValue?: number; | ||
| } | ||
|
|
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.
before the component declaration, you can add the description about the component and how to import it, the description will be rendered on the storybook page before the "Story Source" section. For example in the icon component:
/**
- An Icon is a symbol that helps user understand what does the content do.
-
- import {Icon} from 'pat-ui'
-
*/
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.
okok
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.
Also, you want to merge to master branch not production branch I believe.
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.
humm, i think after Patrick approves, then i can merge to master branch :), but thanks though!
https://yuhan.atlassian.net/jira/software/projects/PUI/boards/2?selectedIssue=PUI-2
finished Slider Component with storybook & unit test