vue-burger-menu
vue-burger-menu copied to clipboard
Add background
trafficstars
- animate fade overlay background
- Fix sidebar not show when click on button then pass isOpen to sidebar, so I change
<button type="button" @click="showFlag = !showFlag">Toggle</button>
<sidebar :is-open="showFlag"></sidebar>