You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,3 @@ All other props (not documented here) will be passed on to the root element.
119
119
#### How custom styles work
120
120
When a function is passed to a `style` prop rather than an object, it is expected to return an object.
121
121
The style function will be called with all props that that component has (except for the `style` and `children` props and any internal callbacks). The return value of the function will be used as style (see the [demo repo](https://github.com/rafaelklaessen/react-multi-bar-slider-demo) for an example).
122
-
123
-
## Caveats
124
-
When the `MultiSlider`, `Progress` or `Dot` components are wrapped with glamorous (eg `glamorous(MultiSlider)`), glamorous breaks. I don't know how to fix this, so don't wrap them :)
0 commit comments