feat(tabs): Enable rendering tabs list and tab content in independent locations
- Vorherrschende Sprache
- TypeScript
- Sterne
- 25k
- Forks
- 6.8k
- Ø Merge
- 1 T. 8 Std.
- Gemergte PRs (30 T.)
- 91
Beschreibung
#### 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.
Beitragsleitfaden
Rechercherichtung
Beginne mit dem im Issue beschriebenen Verhalten von MatTabGroup und prüfe das bereitgestellte Verwendungsbeispiel. Als erledigt gilt die Aufgabe, wenn Consumers Tab-Inhalte unabhängig von den Tab-Labels platzieren können und die Inhalte an der angegebenen separaten Stelle gerendert werden.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- angular, typescript
- Bereich
- frontend
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 30/100