P2Package: coreType: feature requesthelp wanted
Metriche repository
- Star
- (20.263 star)
- Metriche merge PR
- (Merge medio 43g 10h) (27 PR mergiate in 30 g)
Descrizione
Environment
- Package version(s):
3.22.3 - Browser and OS versions:
Windows 10 WSL
Feature request
Add style props support for Slider component to modify style property on specific element
Examples
<Slider
style={{ height: "100%" }}
// OR
innerStyle={{ height: "100%" }}
/>