{
  "name": "@bootstrap-vue/alert",
  "version": "1.0.0",
  "meta": {
    "title": "Alert",
    "description": "Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.",
    "components": [
      {
        "component": "BAlert",
        "events": [
          {
            "event": "dismissed",
            "description": "Alert dismissed either via the dismiss close button or when the dismiss countdown has expired"
          },
          {
            "event": "dismiss-count-down",
            "description": "When prop show is a number, this event emits every second on countdown.",
            "args": [
              {
                "arg": "dismissCountDown",
                "description": "Time remaining to dismissed"
              }
            ]
          }
        ],
        "slots": [
          {
            "name": "dismiss",
            "description": "Content for the dismiss button."
          }
        ]
      }
    ]
  }
}
