Update readme with mdl-layout__tab-manual-switch.

This commit is contained in:
Sérgio Gomes 2016-11-21 15:25:19 +00:00 committed by GitHub
parent 46493d581a
commit 6f96b66753

View File

@ -336,4 +336,5 @@ The MDL CSS classes apply various predefined visual and behavioral enhancements
| `mdl-layout__tab` | Defines anchor as MDL tab link | Required on tab bar anchor elements |
| `is-active` | Defines tab as default active tab | Optional; goes on tab bar anchor element and associated tab section element|
| `mdl-layout__tab-panel` | Defines container as tab content panel | Required on tab section elements |
| `mdl-layout__tab-manual-switch` | Disables tab switching when clicking on tab separators. Useful for disabling default behavior and setting up your own event listeners. | Optional; goes on tab bar element |
| `mdl-layout--fixed-tabs` | Uses fixed tabs instead of the default scrollable tabs | Optional; goes on outer div element (not div inside header) |