[Tabs] Allow tabs to show vertical labels
- Langage dominant
- TypeScript
- Étoiles
- 25k
- Forks
- 6.8k
- Merge moyen
- 1 j 8 h
- PR mergées (30 j)
- 91
Description
#### Bug, feature request, or proposal:
proposal
#### What is the expected behavior?
It display horizontally in any case and I can`t change this behavior from css or even code. I want display it in this way:
http://joxi.net/8An96qkiPVGe2O
#### What is the use-case or motivation for changing an existing behavior?
Sometimes I need to display sidenav (but designed as tabs) aligned to center or as part of inner block, but in column layout. It would be great add some property for tabs such as direction
#### Is there anything else we should know?
In addition, I used tabs for navigation between routes:
```
```
I made this possible in this way:
```
.mat-tab-links {
display: flex;
position: relative;
flex-direction: column; //can`t change this filed by myself
}
```
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par le point d’entrée md-tab-nav-bar et le style .mat-tab-links présenté dans l’issue, puis suivez la manière dont les liens d’onglet sont disposés. Le travail est terminé lorsque les onglets peuvent utiliser des libellés orientés verticalement tout en conservant le comportement horizontal existant.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- angular, typescript
- Domaine
- frontend
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100