bootstrap-vue
Version:
BootstrapVue, with over 40 plugins and more than 80 custom components, custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-AR
28 lines (27 loc) • 698 B
JSON
{
"name": "@bootstrap-vue/link",
"version": "1.0.0",
"meta": {
"title": "Link",
"description": "Use BootstrapVue's custom <b-link> component for generating a standard <a> link or <router-link>. <b-link> supports the disabled state and click event propagation.",
"components": [
{
"component": "BLink",
"props": [],
"events": [
{
"event": "click",
"description": "when link clicked",
"args": [
{
"name": "event",
"type": "MouseEvent",
"description": "Native click event"
}
]
}
]
}
]
}
}