UNPKG

bootstrap-vue

Version:

BootstrapVue, with more than 85 custom components, over 45 plugins, several custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated W

25 lines (24 loc) 606 B
{ "name": "@bootstrap-vue/badge", "version": "1.0.0", "meta": { "title": "Badge", "description": "Small and adaptive tag for adding context to just about any content.", "components": [ { "component": "BBadge", "props": [ { "prop": "variant", "settings": true, "description": "Applies one of the Bootstrap theme color variants to the component" }, { "prop": "pill", "description": "When set to 'true', renders the badge in pill style" } ] } ] } }