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
41 lines (40 loc) • 1.1 kB
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": [
{
"prop": "href",
"description": "Denotes the target URL of the link for standard a links"
},
{
"prop": "rel",
"description": "Sets the 'rel' attribute on the rendered link"
},
{
"prop": "target",
"description": "Sets the 'target' attribute on the rendered link"
}
],
"events": [
{
"event": "click",
"description": "when link clicked",
"args": [
{
"name": "event",
"type": "MouseEvent",
"description": "Native click event"
}
]
}
]
}
]
}
}