You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
The scrollbar on the left pane is a bit awkward, I like the grouping style used in material.angularjs.org to avoid that (although tbh the performance of that thing is terrible in Safari)
The text was updated successfully, but these errors were encountered:
@marcysutton@ThomasBurleson Is there a method for toggling those button groups vertically are on the Angular Material left nav built into the library? I see there is a way to toggle the sidebar left and right, but I haven't come across anything about toggling groups up and down. I'm look for something like toggleUp(), toggleDown(), or toggleVertically(), etc. Thank you for your help!
The toggles and the sidenav are separate components. There is a redesign of the docs launching this week that will do away with those toggles (which are not actually components) in favor of the list item control in the Material Design spec: angular/material#1116. The formal component for list item control is forthcoming in angular/material#985.
Thoughts from @caitp:
The scrollbar on the left pane is a bit awkward, I like the grouping style used in material.angularjs.org to avoid that (although tbh the performance of that thing is terrible in Safari)
The text was updated successfully, but these errors were encountered: