DEV Community

David
David

Posted on

How to close side panel on button click

Hi, Have a svelte gallery project (here's a replit with working code ), with 2 buttons to select the image category, and a collapsible side panel that's populated with images from the category, when ">>" on left clicked.
When the category changes (button click - top center) I want the side panel to close and the first image in clicked category to appear in main area.
How can I do this.
Thanks for any help

Top comments (0)