[Tabs] Allow tabs to show vertical labels
- Lenguaje dominante
- TypeScript
- Estrellas
- 25k
- Forks
- 6.8k
- Merge medio
- 1 d 8 h
- PR fusionados (30 d)
- 91
Descripción
#### 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
}
```
Guía de contribución
Línea de trabajo
Comienza con el punto de entrada md-tab-nav-bar y el estilo .mat-tab-links mostrado en el issue; después, sigue cómo se distribuyen los enlaces de las pestañas. Se considera terminado cuando las pestañas pueden optar por etiquetas orientadas verticalmente sin dejar de conservar el comportamiento horizontal existente.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- angular, typescript
- Área
- frontend
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100