P2Package: coreType: feature requesthelp wanted
Repository metrics
- Stars
- (20,263 個のスター)
- PR merge metrics
- (平均マージ 43d 10h) (30d で 27 merged PRs)
説明
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%" }}
/>