feat(tabs): Enable rendering tabs list and tab content in independent locations
- 主要言語
- TypeScript
- スター
- 25k
- フォーク
- 6.8k
- 平均マージ
- 1日 8時間
- マージ済み PR(30日)
- 91
説明
#### Feature Description
Currently, `MatTabGroup` renders the tab content immediately below the list of tab labels:
```
[ Tab 1 ] [ Tab 2 ] [ Tab 3 ]
-----------------------------
Tab content
```
This new feature will enable consumers to specify a separate location where the tab content should be rendered.
#### Use Case
The goal is to render content between the tab labels and tab content.
Example:
```
[ Tab 1 ] [ Tab 2 ] [ Tab 3 ] [ Button ]
---------------------------------------------------
Tab content
```
Usage example:
```
Content 1
Content 2
Content 3
Button
```
#### Contribution
I have an in progress PR that I will link to this issue.
コントリビューションガイド
調査の方向性
issue に記載されている MatTabGroup の動作から始め、提供されている使用例を確認してください。完了とは、consumers がタブのラベルとは独立してタブのコンテンツを配置でき、指定された別の場所にコンテンツがレンダリングされることを意味します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- angular, typescript
- 領域
- frontend
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100