bootstrap-vue
Version:
With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extens
27 lines (26 loc) • 717 B
JSON
{
"name": "@bootstrap-vue/v-b-toggle",
"version": "1.0.0",
"meta": {
"title": "Toggle",
"description": "A light-weight directive for toggling visibility state for collapses and sidebars by ID. It automatically handles the accessibility attributes on the trigger element.",
"directive": "VBToggle",
"expression": [
"String",
"Array"
],
"arg": {
"version": "2.14.0",
"pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
"description": "ID of component to toggle",
"required": false
},
"modifiers": [
{
"name": "{componentId}",
"pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
"description": "ID of component to toggle"
}
]
}
}