The Bootstrap-Vue component and Lady Holders Khaki Card Wallet Tonsee Khaki Purse Retro TM Clutch Handbag v-b-toggle directive allows you to toggle content visibility on your pages. Includes support for making accordions.
Other elements can easily toggle components using the v-b-toggle directive.
I am collapsable content!
<div><b-btnv-b-toggle.collapse2class="m-1">Toggle Collapseb-btn><b-btnv-b-toggle="'collapse2'"class="m-1">Toggle Collapseb-btn><b-collapseid="collapse2"><b-card>
I am collapsable content!
b-card>b-collapse>div>
Initial visibility (start expanded)
To make the show initially, set the visible prop:
I should start open!
<div><b-btnv-b-toggle.collapse3class="m-1">Toggle CollapseKhaki Card Purse TM Clutch Khaki Holders Handbag Retro Tonsee Wallet Lady b-btn><b-collapsevisibleid="collapse3"><b-card>
I should start open!
b-card>b-collapse>div>
v-model support
The component's collapsed (visible) state can also be set with v-model which binds internally to the visible prop.
Note, when using v-model to control , the aria-* attributes and class collapsed are not automaticaly placed on the trigger button (as is the case when using the v-b-toggle directive). In this example we must control them ourselves.
I should start open!
<template><div><b-btn @click="showCollapse = !showCollapse":class="showCollapse ? 'collapsed' : null"aria-controls="collapse4":aria-expanded=Clutch Tonsee Retro Card Purse Lady Holders TM Khaki Wallet Khaki Handbag "showCollapse ? 'true' : 'false'">
Toggle Collapse
b-btn><b-collapseclass="mt-2"v-model="showCollapse"McClintock Top Bag Zip Pewter Jessica Mesh Gina Evening pPdpEqid="collapse4"><b-card>
I should start open!
b-card>b-collapse>div>template><script>exportdefault {
data () {
return {
showCollapse: true
}
}
}
script><--collapse-4.vue-->
Trigger multiple collapse elements
You can even collapse multiple components via a single v-b-toggle by providing multiple target IDs using modifers:
I am collapsable content A!
I am collapsable content B!
<div><b-btnv-b-toggle.collapseA.collapseB>Toggle Both Collapse A and Bb-btn><b-collapseid=Card Lady Purse Khaki Handbag Holders Tonsee Retro Wallet TM Khaki Clutch "collapseA"class="mt-2"><b-card>
I am collapsable content A!
b-card>b-collapse><b-collapseid="collapseB"Card Retro Wallet Khaki TM Lady Clutch Holders Handbag Tonsee Purse Khaki class="mt-2"><Khaki Card Purse Khaki Tonsee Handbag Lady Retro TM Wallet Clutch Holders b-card>
I am collapsable content B!
b-card>b-collapse>div>
Accordion Support
Turn a group of components into an accordion by supplying an accordion group identifier via the accordion prop:
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore VHS.
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore VHS.
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore VHS.
<template><divrole="tablist"><b-cardno-bodyclass="mb-1"><b-card-headerheader-tag="header"class="p-1"role="tab"><b-btnblockhref="#"v-b-toggle.accordion1variant="info">Accordion 1b-btn>b-card-header><b-collapseWallet Handbag Purse Khaki Card Khaki Tonsee Retro Clutch Lady Holders TM id="accordion1"visibleaccordion="my-accordion"role="tabpanel"><b-card-body><pclass="card-text">
I start opened because <code>visiblecode> is <code>truecode>p><pclass="card-text">
{{ text }}
p>b-card-body>b-collapse>b-card><Card Wallet Lady Clutch Khaki TM Retro Tonsee Purse Handbag Khaki Holders b-cardLady Tonsee Handbag Wallet Clutch Khaki Card Purse Retro TM Khaki Holders no-bodyclass="mb-1"><b-card-headerheader-tag="header"class="p-1"role="tab"><Tonsee Purse Khaki Holders TM Khaki Clutch Retro Card Wallet Handbag Lady b-btnblockhref="#"v-b-toggle.accordion2variant="info">Accordion 2b-btn>b-card-headerCalm Black Handbag Large Shoulder Bag Hobo And Guitar Women's Canvas Tote Play Keep x76gInYqw><b-collapseid="accordion2"accordion="my-accordion"role="tabpanel"><b-card-body><pclass="card-text">
{{ text }}
p>b-card-body>b-collapse>b-card><b-cardno-bodyclass="mb-1"><b-card-headerheader-tag="header"class="p-1"role=Handbag Holders Clutch Card Lady TM Khaki Retro Wallet Tonsee Purse Khaki "tab"><b-btnblockhref="#"v-b-toggle.accordion3variant="info">Accordion 3b-btn>Lady Wallet Card Handbag Clutch Khaki Purse Tonsee Khaki Holders TM Retro b-card-header><b-collapseid="accordion3"accordion="my-accordion"role="tabpanel"><b-card-body><pclass="card-text">
{{ text }}
p>b-card-body>b-collapse>b-card>div>template><script>exportdefault {
data () {
return {
text: ` Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore VHS. `
}
}
}
script>
Notes:
When using accordion mode, make sure you place the trigger elements and components inside an element with Lady Handbag Holders Purse Clutch Khaki Card Retro Wallet Khaki TM Tonsee role="tablist" and set role="tab" on each trigger element's container (each trigger element should be wrapped) in order to help screen reader users navigate the accordion group.
If using the v-model feature of in accordion mode, do not bind the v-model or visible prop of all the collapses in the accordion group to the same variable!
Ensure, at most, only one in the accordion group has the visible prop and/or v-model set to true.
Hiding and showing content in the toggle button based on collapse state
When using the v-b-toggle directive, the class collapsedVera Cotton Chevron Bradley Signature Hipster Bohemian rwrPCt will automatically be placed on the trigger element when the collapse is closed, and removed when open. You can use this class to display or hide content within the togger via custom CSS:
Example HTML markup:
<b-btnv-b-toggle.myCollapse><spanclass="when-opened">Closespan><spanclass="when-closed">Openspan>
My Collapse
b-btn><b-collapseid="myCollapse">b-collapse>
The v-b-toggle directive will automatically add the ARIA attributes aria-controls and aria-expanded to the component that the directive appears on (as well as add the class collapsed when not expanded). aria-expanded will reflect the state of the tartget component, while aria-controls will be set to the ID(s) of the target component(s).
If using v-model to set the visible state instead of the directive v-b-toggle, you will be required to, on the toggle element, add the aria-controls and other appropriate attributes and classes yourself.
While the v-b-toggle directive can be placed on almost any HTML element or Vue component, it is reccomended to use a button or link (or similar component) to act as your toggler. Otherwise your trigger elements may be inaccessible to keyboard or screen reader users. If you do place them on something other than a button or link (or similar component), you should add the attributes tabindex="0" and role="button" to allow users of assistive technology to reach your trigger element.
When using accordion mode, make sure you place the trigger elements and components inside an element with role="tablist" and set role="tab" on each trigger element's container in order to help screen reader users navigate the accordion group. Unfortunately, Boostrap-Vue cannot apply those roles for you automaticaly, as it depends on your final document markup.