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
I've got a sidebar down my page that I'd like to move into an offcanvas (looking forward to the full release of v5 to use that), but I'd like it to be "oncanvas" when the page is above a certain width (as a part of the page, rather than overlaid like a shown offcanvas). For an example, see the current version of Slack via the web - as you shrink the window the sidebar becomes an offcanvas element with a button to show it.
Sidebar shown on the page
Sidebar moves to offcanvas, with toggle button in the header
I'm imagining something like the existing responsive classes in Bootstrap would be a possible way of using this: offcanvas, offcanvas-sm, ..., offcanvas-xxl. When used with a breakpoint, the element would only have the offcanvas styles applied below the breakpoint.
The text was updated successfully, but these errors were encountered:
IMHO this seems like a relevant need, and there have already been several duplicate tickets with this same request. A responsive admin dashboard may need a responsive sidebar, always visible on large screens and the existing offcanvas behavior on small screens. I would use it in many of our client projects.
I've got a sidebar down my page that I'd like to move into an offcanvas (looking forward to the full release of v5 to use that), but I'd like it to be "oncanvas" when the page is above a certain width (as a part of the page, rather than overlaid like a shown offcanvas). For an example, see the current version of Slack via the web - as you shrink the window the sidebar becomes an offcanvas element with a button to show it.
I'm imagining something like the existing responsive classes in Bootstrap would be a possible way of using this:
offcanvas
,offcanvas-sm
, ...,offcanvas-xxl
. When used with a breakpoint, the element would only have the offcanvas styles applied below the breakpoint.The text was updated successfully, but these errors were encountered: