Hi Syncfusion,
I am learning about its components and I have reached a point that I cannot pass.
I have a HeaderComponent component, inside it I have a button that should trigger the sidebar's toggle function.
The sidebar in turn is inside another component and both are imported into the app.
How am I going to make the sidebar listen to the toggle event and react to it?
the structure looks like this:
<template>
<header-component></header-component>
<sidebar-component></sidebar-component>
<content-component></content-component>
<footer-component></footer-component>
</template>