Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New to the project, but in the code for the
EdgeToolbar
class, there appears to be stuff for handling resizing and "dragging". As well as properties representing a "sidebar".This made me think that, out-of-the-box, the EdgeToolbar is draggable to any other side of the container, but that does not seem to be true. Perhaps that's simply referring to the components that pop out from the bottom of the screen and, hence, "sidebar" is maybe just a slightly confusing name?
I had been thinking at first to extend the
EdgeToolbar
class with one that is built from the side, which is where I saw the "sidebar" and "draggable" verbiage and got confused. (Also:EdgeToolbar
does not appear to be exposed outside the library. I can extendAbstractToolbar
but notEdgeToolbar
.)Then I started thinking that maybe it's purely a style question, and I can achieve an actual left or right sidebar with CSS. Not sure if that would have any additional complications.
Beta Was this translation helpful? Give feedback.
All reactions