P2Package: coreType: feature requesthelp wanted
説明
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%" }}
/>