vue-burger-menu icon indicating copy to clipboard operation
vue-burger-menu copied to clipboard

How do I add my personal logo on top of sidebar menù?

Open pacoogle opened this issue 5 years ago • 1 comments

Hi guys, can I add my personal logo on top of sidebar menù?

Thanks a lot

pacoogle avatar Jun 05 '20 10:06 pacoogle

Inside the <Slide> component you can style and organize as much as you need like so:

<Slide>
  <img src="yourimg.png" />
</Slide>

cesardcorreia avatar Apr 21 '23 20:04 cesardcorreia