RenderHook bottom of the Menu
Hey,
Im was trying to put a logo in the bottom of the sidebar.
but the code above renders it just after the last menu item, not on the bottom...
any work around this? Thanks
Solution:Jump to solution
I think I used CSS and added margin to the bottom of the sidebar and positioned the element at the bottom of the container with a position absolute
6 Replies
Solution
I think I used CSS and added margin to the bottom of the sidebar and positioned the element at the bottom of the container with a position absolute
Yeah i don't think V2 had the sidebar.footer render hook
And
sidebar.end
means after navigation itemsYeah it was sidebar.end I used IIRC
yeah
did the trick, thanks again
one more thing (even tho i marked as solved) how do i make it hide on collapse
just like the brand logo on top of the menu
The same way we handle the upper, you'll need to use like
x-bind:class="$store.sidebar.isOpen ? '' : 'hidden' "