Jayendrasinh Solanki

Results 5 comments of Jayendrasinh Solanki

navbar will be `position: fixed` and sidebar will have `body` as `parent`, which you can implement from prop `parent` of sidebar component. In my project I have something like this....

For this. You need to give `position: fixed` to sidebar and then you will use css's `calc()` to get the height of your sidebar. And add `margin-top` to your sidedbar....

Hi, If you have `v-model="selectedOptions"` then on click event you can set this property `selectedOptions` to empty array. `Clear All` I hope this will work.

Hi, active prop is just there to hide and show sidebar. It has nothing to do with active item in sidebar. For vue-router and sidebar's active item, You can try...

@halower Thanks for your response. I was pointing to demo you provided in README.md file of github repo. I was talking about this [http://120.77.84.4/](http://120.77.84.4/). This link in is your github...