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
40 lines (39 loc) • 1.19 kB
JSON
{
"name": "@bootstrap-vue/spinner",
"version": "1.0.0",
"meta": {
"title": "Spinner",
"description": "The <b-spinner> component can be used to show the loading state in your projects. They're rendered only with basic HTML and CSS as a lightweight Vue functional component.",
"slug": "spinner",
"components": [
{
"component": "BSpinner",
"props": [
{
"prop": "variant",
"settings": true,
"description": "Applies one of the Bootstrap theme color variants to the component"
},
{
"prop": "type",
"description": "Type of spinner to show. Current supported types are 'border' and 'grow'"
},
{
"prop": "label",
"description": "Text content to place in the sr-only label"
},
{
"prop": "small",
"description": "When set, rendered a smaller spinner suitable for placing in buttons"
}
],
"slots": [
{
"name": "label",
"description": "Content to place in the sr-only label"
}
]
}
]
}
}