bootstrap-vue
Version:
BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.
28 lines (27 loc) • 673 B
JSON
{
"name": "@bootstrap-vue/form",
"version": "1.0.0",
"meta": {
"title": "Form",
"slug": "form",
"component": "bForm",
"components": [
"bFormText",
"bFormInvalidFeedback",
"bFormValidFeedback",
"bFormRow"
],
"events": [
{
"event": "submit",
"description": "Emitted when the form is being submitted",
"args": [
{
"arg": "event",
"description": "Native submit event."
}
]
}
]
}
}