bootstrap-vue
Version:
Quickly integrate Bootstrap 4 components with Vue.js
27 lines (26 loc) • 632 B
JSON
{
"name": "@bootstrap-vue/form",
"version": "1.0.0",
"meta": {
"title": "Form",
"slug": "form",
"component": "bForm",
"components": [
"bFormText",
"bFormFeedback",
"bFormRow"
],
"events": [
{
"event": "submit",
"description": "Emitted when the form is being submitted",
"args": [
{
"arg": "event",
"description": "Native submit event."
}
]
}
]
}
}