{
  "name": "@bootstrap-vue/form",
  "version": "1.0.0",
  "meta": {
    "title": "Form",
    "description": "Form component and form helper components that optionally supports inline form styles and validation states",
    "slug": "form",
    "components": [
      {
        "component": "BForm",
        "events": [
          {
            "event": "submit",
            "description": "Emitted when the form is being submitted",
            "args": [
              {
                "arg": "event",
                "description": "Native submit event."
              }
            ]
          }
        ]
      },
      "BFormText",
      "BFormInvalidFeedback",
      "BFormValidFeedback",
      {
        "component": "BFormDatalist",
        "aliases": [
          "BDatalist"
        ]
      }
    ]
  }
}
