A Responsive Sidebar That Actually Behaves

I’ve just posted a new video on creating a clean, responsive sidebar in Wappler. If your admin menus keep multiplying when you’re not looking… this one’s for you.

Enjoy, and may your sidebars stay organised and your layouts behave.

5 Likes

That looks very cool for a project I have coming possibly. Let me guess, Node.js only?

1 Like

Because it’s a custom HTML element adapted for the Wappler UI, it fits naturally into any standard HTML document. The only server‑side logic wrapped inside the module is this small Node snippet:

<!-- Main Content Area -->
<div slot="main">
  <%- await include(content, locals); %>
</div>

If you’re using a different server model, that line can be swapped out easily for the equivalent syntax.

That's a great extension Ben!

1 Like