custom-bootstrap-vue
Version:
Custom version of bootstrap-vue created for providing specific theme to a particular project
24 lines (23 loc) • 583 B
JSON
{
"name": "@custom-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",
"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"
}
]
}
]
}
}