Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create toggle functionality for collapsible sidebar #2

Open
shane-moore opened this issue Oct 17, 2020 · 0 comments
Open

create toggle functionality for collapsible sidebar #2

shane-moore opened this issue Oct 17, 2020 · 0 comments

Comments

@shane-moore
Copy link
Owner

https://bootstrap-vue.org/docs/directives/toggle

Toggle Collapse Toggle Sidebar
<b-collapse id="my-collapse">
  <b-card title="Collapsible card">
    Hello world!
  </b-card>
</b-collapse>

<b-sidebar id="my-sidebar" title="Sidebar" shadow>
  <div class="px-3 py-2">
    Cras mattis consectetur purus sit amet fermentum. Cras justo odio, dapibus ac facilisis
    in, egestas eget quam. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
  </div>
</b-sidebar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant