-
-
Couldn't load subscription status.
- Fork 782
Update prop chart to include prefixCls #601
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: master
Are you sure you want to change the base?
Conversation
|
This seems not to be the only one missing from the README.md. If you look at the src/Slider.tsx Lines 7 to 47 in b5a337e
The docs do not match with the interface very well or am I missing somehing? Maybe there should be a seperate issue and fix all at once. And here it seems that the defaults set can be seen from src/common/createSlider.tsx slider/src/common/createSlider.tsx Lines 16 to 46 in b5a337e
|
|
Rebase please. |
Hey!
Noticed that
prefixClsis a prop that is exposed, but not documented. So I added it to the props chart in the readMe.Here's an example code snippet of it in use, with a screenshot of the HTML to show that it is passing in the
prefixClsto the className.