palantir/blueprint

Slider style props support or innerStyle

Open

#4,456 opened on Dec 13, 2020

View on GitHub
 (6 comments) (0 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
P2Package: coreType: feature requesthelp wanted

Description

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%" }}
/>

Contributor guide