feat(slider): Introduce token for slider height
オープン
feature
P3
- 主要言語
- TypeScript
- スター
- 25k
- フォーク
- 6.8k
- 平均マージ
- 1日 8時間
- マージ済み PR(30日)
- 91
説明
### Feature Description
Currently slider component has hard-coded height of 48px. In our app we need 34px height (we are replacing jquery slider control with material slider).
We cannot simply change the height of the component since internal elements (i.e. thumb) depend on the component height.
Thereby please expose the token that can be used to change height of the slider component.
### Use Case
Expose token to customize height of slider component.
コントリビューションガイド
調査の方向性
まず、Angular Material の slider コンポーネントの実装と、ハードコードされた 48px の高さに関するスタイルまたは token の定義を見つけます。thumb やその他の内部要素がその高さにどのように依存しているかを確認し、そのうえで、これらの要素を壊すことなく token で 34px の slider を設定できることを検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- angular, typescript
- 領域
- frontend
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100