palantir/blueprint

Slider style props support or innerStyle

オープン

#4,456 opened on 2020/12/13

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (2,167 件のフォーク)batch import
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%" }}
/>

コントリビューターガイド