StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/bootstrap-vue/dist/vetur-attributes.json

18410 lines
712 KiB

{
"b-alert/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-alert/dismissible": {
"description": "When set, enables the dismiss close button",
"type": "boolean"
},
"b-alert/dismiss-label": {
"description": "Value for the 'aria-label' attribute on the dismiss button",
"type": "string"
},
"b-alert/show": {
"description": "When set, shows the alert. Set to a number (seconds) to show and automatically dismiss the alert after the number of seconds has elapsed",
"type": "boolean|number|string"
},
"b-alert/fade": {
"description": "When set to 'true', enables the fade animation/transition on the component",
"type": "boolean"
},
"b-badge/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-badge/rel": {
"description": "Sets the 'rel' attribute on the rendered link",
"type": "string"
},
"b-badge/target": {
"description": "Sets the 'target' attribute on the rendered link",
"type": "string"
},
"b-badge/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-badge/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-badge/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-badge/append": {
"description": "router-link prop: Setting append prop always appends the relative path to the current path",
"type": "boolean"
},
"b-badge/replace": {
"description": "router-link prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record",
"type": "boolean"
},
"b-badge/event": {
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default",
"type": "string|any[]"
},
"b-badge/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-badge/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-badge/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-badge/router-tag": {
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value",
"type": "string"
},
"b-badge/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-badge/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-badge/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-badge/pill": {
"description": "When set to 'true', renders the badge in pill style",
"type": "boolean"
},
"b-breadcrumb/items": {
"description": "Array of breadcrumb items to render",
"type": "any[]"
},
"b-breadcrumb-item/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-breadcrumb-item/rel": {
"description": "Sets the 'rel' attribute on the rendered link",
"type": "string"
},
"b-breadcrumb-item/target": {
"description": "Sets the 'target' attribute on the rendered link",
"type": "string"
},
"b-breadcrumb-item/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-breadcrumb-item/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-breadcrumb-item/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-breadcrumb-item/append": {
"description": "router-link prop: Setting append prop always appends the relative path to the current path",
"type": "boolean"
},
"b-breadcrumb-item/replace": {
"description": "router-link prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record",
"type": "boolean"
},
"b-breadcrumb-item/event": {
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default",
"type": "string|any[]"
},
"b-breadcrumb-item/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-breadcrumb-item/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-breadcrumb-item/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-breadcrumb-item/router-tag": {
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value",
"type": "string"
},
"b-breadcrumb-item/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-breadcrumb-item/text": {
"description": "Text to render in the breadcrumb item",
"type": "string"
},
"b-breadcrumb-item/html": {
"description": "HTML string to render in the breadcrumb item. Use with caution",
"type": "string"
},
"b-breadcrumb-item/aria-current": {
"description": "Sets the value of the 'aria-current' attribute (when the item is the active item). Supported string values are 'location', 'page', or 'true'",
"type": "string"
},
"b-button/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-button/rel": {
"description": "Sets the 'rel' attribute on the rendered link",
"type": "string"
},
"b-button/target": {
"description": "Sets the 'target' attribute on the rendered link",
"type": "string"
},
"b-button/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-button/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-button/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-button/append": {
"description": "router-link prop: Setting append prop always appends the relative path to the current path",
"type": "boolean"
},
"b-button/replace": {
"description": "router-link prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record",
"type": "boolean"
},
"b-button/event": {
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default",
"type": "string|any[]"
},
"b-button/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-button/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-button/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-button/router-tag": {
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value",
"type": "string"
},
"b-button/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-button/block": {
"description": "Renders a 100% width button (expands to the width of its parent container)",
"type": "boolean"
},
"b-button/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-button/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-button/type": {
"description": "The value to set the button's 'type' attribute to. Can be one of 'button', 'submit', or 'reset'",
"type": "string"
},
"b-button/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-button/pill": {
"description": "Renders the button with the pill style appearance when set to 'true'",
"type": "boolean"
},
"b-button/squared": {
"description": "Renders the button with non-rounded corners when set to 'true'",
"type": "boolean"
},
"b-button/pressed": {
"description": "When set to 'true', gives the button the appearance of being pressed. Syncable with the .sync modifier",
"type": "boolean"
},
"b-btn/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-btn/rel": {
"description": "Sets the 'rel' attribute on the rendered link",
"type": "string"
},
"b-btn/target": {
"description": "Sets the 'target' attribute on the rendered link",
"type": "string"
},
"b-btn/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-btn/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-btn/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-btn/append": {
"description": "router-link prop: Setting append prop always appends the relative path to the current path",
"type": "boolean"
},
"b-btn/replace": {
"description": "router-link prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record",
"type": "boolean"
},
"b-btn/event": {
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default",
"type": "string|any[]"
},
"b-btn/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-btn/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-btn/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-btn/router-tag": {
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value",
"type": "string"
},
"b-btn/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-btn/block": {
"description": "Renders a 100% width button (expands to the width of its parent container)",
"type": "boolean"
},
"b-btn/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-btn/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-btn/type": {
"description": "The value to set the button's 'type' attribute to. Can be one of 'button', 'submit', or 'reset'",
"type": "string"
},
"b-btn/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-btn/pill": {
"description": "Renders the button with the pill style appearance when set to 'true'",
"type": "boolean"
},
"b-btn/squared": {
"description": "Renders the button with non-rounded corners when set to 'true'",
"type": "boolean"
},
"b-btn/pressed": {
"description": "When set to 'true', gives the button the appearance of being pressed. Syncable with the .sync modifier",
"type": "boolean"
},
"b-button-close/content": {
"description": "The content of the close button",
"type": "string"
},
"b-button-close/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-button-close/aria-label": {
"description": "Sets the value of 'aria-label' attribute on the rendered element",
"type": "string"
},
"b-button-close/text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the text",
"type": "string"
},
"b-btn-close/content": {
"description": "The content of the close button",
"type": "string"
},
"b-btn-close/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-btn-close/aria-label": {
"description": "Sets the value of 'aria-label' attribute on the rendered element",
"type": "string"
},
"b-btn-close/text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the text",
"type": "string"
},
"b-button-group/vertical": {
"description": "When set, rendered the button group in vertical mode",
"type": "boolean"
},
"b-button-group/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-button-group/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-button-group/aria-role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-btn-group/vertical": {
"description": "When set, rendered the button group in vertical mode",
"type": "boolean"
},
"b-btn-group/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-btn-group/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-btn-group/aria-role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-button-toolbar/justify": {
"description": "Make the toolbar span the maximum available width, by increasing spacing between the button groups, input groups and dropdowns",
"type": "boolean"
},
"b-button-toolbar/key-nav": {
"description": "When set, enabled keyboard navigation mode for the toolbar. Do not set this prop when the toolbar has inputs",
"type": "boolean"
},
"b-btn-toolbar/justify": {
"description": "Make the toolbar span the maximum available width, by increasing spacing between the button groups, input groups and dropdowns",
"type": "boolean"
},
"b-btn-toolbar/key-nav": {
"description": "When set, enabled keyboard navigation mode for the toolbar. Do not set this prop when the toolbar has inputs",
"type": "boolean"
},
"b-calendar/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-calendar/value": {
"description": "Initially selected date value. Accepts either a `YYYY-MM-DD` string or a `Date` object",
"type": "string|Date"
},
"b-calendar/value-as-date": {
"description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string",
"type": "boolean"
},
"b-calendar/disabled": {
"description": "Places the calendar in a non-interactive disabled state",
"type": "boolean"
},
"b-calendar/readonly": {
"description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation",
"type": "boolean"
},
"b-calendar/min": {
"description": "The minimum date the calendar will show",
"type": "string|Date"
},
"b-calendar/max": {
"description": "The maximum date the calendar will show",
"type": "string|Date"
},
"b-calendar/date-disabled-fn": {
"description": "Set to a function reference which returns `true` if the date is disabled, or `false` if the date should be enabled. See documentation for details",
"type": "function"
},
"b-calendar/start-weekday": {
"description": "Day of week to start the calendar. `0` for Sunday, `1` for Monday, `6` for Saturday, etc.",
"type": "number|string"
},
"b-calendar/locale": {
"description": "Locale (or locales) for the calendar to use. When passing an array of locales, the order of the locales is from most preferred to least preferred",
"type": "string|any[]"
},
"b-calendar/direction": {
"description": "Set to the string 'rtl' or 'ltr' to explicitly force the calendar to render in right-to-left or left-ro-right (respectively) mode. Defaults to the resolved locale's directionality",
"type": "string"
},
"b-calendar/selected-variant": {
"description": "Theme color variant to use for the selected date button",
"type": "string"
},
"b-calendar/today-variant": {
"description": "Theme color variant to use for highlighting todays date button. Defaults to the `variant` prop",
"type": "string"
},
"b-calendar/no-highlight-today": {
"description": "Disabled the highlighting of todays date in the calendar",
"type": "boolean"
},
"b-calendar/date-info-fn": {
"description": "Set to a function reference which returns a class (string), or classes (array of strings) to apply to the date cell. See documentation for details",
"type": "function"
},
"b-calendar/width": {
"description": "The width of the calendar. Has no effect if prop `block` is set",
"type": "string"
},
"b-calendar/block": {
"description": "Makes the calendar full width",
"type": "boolean"
},
"b-calendar/hide-header": {
"description": "When set, visually hides the selected date header",
"type": "boolean"
},
"b-calendar/hidden": {
"description": "When set, renders a comment node instead of the calendar widget while keeping the Vue instance active. Mainly used when implementing a custom date picker",
"type": "boolean"
},
"b-calendar/aria-controls": {
"description": "If the calendar controls another component/element, set this prop to the ID of the element the calendar controls",
"type": "string"
},
"b-calendar/role-description": {
"description": "Sets a value for the `role-description` attribute on the component",
"type": "string"
},
"b-calendar/label-prev-year": {
"description": "Value of the `aria-label` and `title` attributes on the `Previous Year` navigation button",
"type": "string"
},
"b-calendar/label-prev-month": {
"description": "Value of the `aria-label` and `title` attributes on the `Previous Month` navigation button",
"type": "string"
},
"b-calendar/label-current-month": {
"description": "Value of the `aria-label` and `title` attributes on the `Current Month` navigation button",
"type": "string"
},
"b-calendar/label-next-month": {
"description": "Value of the `aria-label` and `title` attributes on the `Next Month` navigation button",
"type": "string"
},
"b-calendar/label-next-year": {
"description": "Value of the `aria-label` and `title` attributes on the `Next Year` navigation button",
"type": "string"
},
"b-calendar/label-today": {
"description": "Value of the `aria-label` attribute for the calendar grid date button to signify that the date is today's date",
"type": "string"
},
"b-calendar/label-selected": {
"description": "Value of the `aria-label` attribute set on the calendar grid date button that is selected",
"type": "string"
},
"b-calendar/label-no-date-selected": {
"description": "Label to use when no date is currently selected",
"type": "string"
},
"b-calendar/label-calendar": {
"description": "Value of the `aria-label` and `role-description` attributes applied to the calendar grid",
"type": "string"
},
"b-calendar/label-nav": {
"description": "Value of the `aria-label` attribute on to the calendar navigation button wrapper",
"type": "string"
},
"b-calendar/label-help": {
"description": "Help text that appears at the bottom of the calendar grid",
"type": "string"
},
"b-card/body-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the body",
"type": "string"
},
"b-card/body-bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the body background",
"type": "string"
},
"b-card/body-border-variant": {
"description": "Applies one of the Bootstrap theme color variants to the body border",
"type": "string"
},
"b-card/body-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the body text",
"type": "string"
},
"b-card/body-class": {
"description": "CSS class (or classes) to apply to the body",
"type": "string|object|any[]"
},
"b-card/title": {
"description": "Text content to place in the title",
"type": "string"
},
"b-card/title-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the title",
"type": "string"
},
"b-card/sub-title": {
"description": "Text content to place in the sub title",
"type": "string"
},
"b-card/sub-title-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the sub title",
"type": "string"
},
"b-card/sub-title-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the sub title text",
"type": "string"
},
"b-card/overlay": {
"description": "When set, will overlay the card body on top of the image (if the card has an image)",
"type": "boolean"
},
"b-card/header-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the header",
"type": "string"
},
"b-card/header-bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header background",
"type": "string"
},
"b-card/header-border-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header border",
"type": "string"
},
"b-card/header-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header text",
"type": "string"
},
"b-card/header": {
"description": "Text content to place in the header",
"type": "string"
},
"b-card/header-html": {
"description": "HTML string content to place in the header. Use with caution",
"type": "string"
},
"b-card/header-class": {
"description": "CSS class (or classes) to apply to the header",
"type": "string|object|any[]"
},
"b-card/footer-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the footer",
"type": "string"
},
"b-card/footer-bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the footer background",
"type": "string"
},
"b-card/footer-border-variant": {
"description": "Applies one of the Bootstrap theme color variants to the footer border",
"type": "string"
},
"b-card/footer-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the footer text",
"type": "string"
},
"b-card/footer": {
"description": "Text content to place in the footer",
"type": "string"
},
"b-card/footer-html": {
"description": "HTML string content to place in the footer. Use with caution",
"type": "string"
},
"b-card/footer-class": {
"description": "CSS class (or classes) to apply to the footer",
"type": "string|object|any[]"
},
"b-card/img-src": {
"description": "URL for the optional image",
"type": "string"
},
"b-card/img-alt": {
"description": "Value to set the image attribute 'alt'",
"type": "string"
},
"b-card/img-top": {
"description": "Set if the image should appear at the top of the card",
"type": "boolean"
},
"b-card/img-bottom": {
"description": "Set if the image should appear at the bottom of the card",
"type": "boolean"
},
"b-card/img-start": {
"description": "Set if the image should appear at the start (left) of the card",
"type": "boolean"
},
"b-card/img-left": {
"description": "Set if the image should appear at the start (left) of the card. Synonym for the 'left' prop",
"type": "boolean"
},
"b-card/img-end": {
"description": "Set if the image should appear at the end (right) of the card",
"type": "boolean"
},
"b-card/img-right": {
"description": "Set if the image should appear at the end (right) of the card. Synonym for the 'right' prop",
"type": "boolean"
},
"b-card/img-height": {
"description": "The value to set on the image's 'height' attribute",
"type": "number|string"
},
"b-card/img-width": {
"description": "The value to set on the image's 'width' attribute",
"type": "number|string"
},
"b-card/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-card/bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the background",
"type": "string"
},
"b-card/border-variant": {
"description": "Applies one of the Bootstrap theme color variants to the border",
"type": "string"
},
"b-card/text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the text",
"type": "string"
},
"b-card/align": {
"description": "Text alignment for the card's content: 'left', 'center' or 'right'",
"type": "string"
},
"b-card/no-body": {
"description": "Disable rendering of the default inner card-body element",
"type": "boolean"
},
"b-card-header/header-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the header",
"type": "string"
},
"b-card-header/header-bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header background",
"type": "string"
},
"b-card-header/header-border-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header border",
"type": "string"
},
"b-card-header/header-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header text",
"type": "string"
},
"b-card-header/header": {
"description": "Text content to place in the header",
"type": "string"
},
"b-card-header/header-html": {
"description": "HTML string content to place in the header. Use with caution",
"type": "string"
},
"b-card-header/header-class": {
"description": "CSS class (or classes) to apply to the header",
"type": "string|object|any[]"
},
"b-card-footer/footer-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the footer",
"type": "string"
},
"b-card-footer/footer-bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the footer background",
"type": "string"
},
"b-card-footer/footer-border-variant": {
"description": "Applies one of the Bootstrap theme color variants to the footer border",
"type": "string"
},
"b-card-footer/footer-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the footer text",
"type": "string"
},
"b-card-footer/footer": {
"description": "Text content to place in the footer",
"type": "string"
},
"b-card-footer/footer-html": {
"description": "HTML string content to place in the footer. Use with caution",
"type": "string"
},
"b-card-footer/footer-class": {
"description": "CSS class (or classes) to apply to the footer",
"type": "string|object|any[]"
},
"b-card-body/body-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the body",
"type": "string"
},
"b-card-body/body-bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the body background",
"type": "string"
},
"b-card-body/body-border-variant": {
"description": "Applies one of the Bootstrap theme color variants to the body border",
"type": "string"
},
"b-card-body/body-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the body text",
"type": "string"
},
"b-card-body/body-class": {
"description": "CSS class (or classes) to apply to the body",
"type": "string|object|any[]"
},
"b-card-body/title": {
"description": "Text content to place in the title",
"type": "string"
},
"b-card-body/title-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the title",
"type": "string"
},
"b-card-body/sub-title": {
"description": "Text content to place in the sub title",
"type": "string"
},
"b-card-body/sub-title-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the sub title",
"type": "string"
},
"b-card-body/sub-title-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the sub title text",
"type": "string"
},
"b-card-body/overlay": {
"description": "When set, will overlay the card body on top of the image (if the card has an image)",
"type": "boolean"
},
"b-card-title/title": {
"description": "Text content to place in the title",
"type": "string"
},
"b-card-title/title-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the title",
"type": "string"
},
"b-card-sub-title/sub-title": {
"description": "Text content to place in the sub title",
"type": "string"
},
"b-card-sub-title/sub-title-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the sub title",
"type": "string"
},
"b-card-sub-title/sub-title-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the sub title text",
"type": "string"
},
"b-card-img/src": {
"description": "URL to set for the 'src' attribute",
"type": "string"
},
"b-card-img/alt": {
"description": "Value to set for the 'alt' attribute",
"type": "string"
},
"b-card-img/top": {
"description": "Set if the image will be placed at the top of the card",
"type": "boolean"
},
"b-card-img/bottom": {
"description": "Set if the image will be placed at the bottom of the card",
"type": "boolean"
},
"b-card-img/start": {
"description": "Set if the image will be placed at the start (left) of the card",
"type": "boolean"
},
"b-card-img/left": {
"description": "Set if the image will be placed at the start (left) of the card. Synonym for the 'left' prop",
"type": "boolean"
},
"b-card-img/end": {
"description": "Set if the image will be placed at the end (right) of the card",
"type": "boolean"
},
"b-card-img/right": {
"description": "Set if the image will be placed at the end (right) of the card. Synonym for the 'right' prop",
"type": "boolean"
},
"b-card-img/height": {
"description": "The value to set on the image's 'height' attribute",
"type": "number|string"
},
"b-card-img/width": {
"description": "The value to set on the image's 'width' attribute",
"type": "number|string"
},
"b-card-img-lazy/src": {
"description": "URL to set for the 'src' attribute",
"type": "string"
},
"b-card-img-lazy/srcset": {
"description": "One of: string or any[]",
"type": "string|any[]"
},
"b-card-img-lazy/sizes": {
"description": "One of: string or any[]",
"type": "string|any[]"
},
"b-card-img-lazy/alt": {
"description": "Value to set for the 'alt' attribute",
"type": "string"
},
"b-card-img-lazy/width": {
"description": "The value to set on the image's 'width' attribute",
"type": "number|string"
},
"b-card-img-lazy/height": {
"description": "The value to set on the image's 'height' attribute",
"type": "number|string"
},
"b-card-img-lazy/blank-src": {
"description": "URL of placeholder image. If not set, an SVG placeholder placeholder will be used",
"type": "string"
},
"b-card-img-lazy/blank-color": {
"description": "CSS color of the blank SVG placeholder image. Has no effect if 'blank-src' is set",
"type": "string"
},
"b-card-img-lazy/blank-width": {
"description": "Value of the 'width' attribute for the placeholder image",
"type": "number|string"
},
"b-card-img-lazy/blank-height": {
"description": "Value of the 'height' attribute for the placeholder image",
"type": "number|string"
},
"b-card-img-lazy/show": {
"description": "If set to true, will force show the image specified via the 'src' prop",
"type": "boolean"
},
"b-card-img-lazy/offset": {
"description": "Number of pixels away from the viewport edge before the lazy image is loaded",
"type": "number|string"
},
"b-card-img-lazy/top": {
"description": "Set if the image will be placed at the top of the card",
"type": "boolean"
},
"b-card-img-lazy/bottom": {
"description": "Set if the image will be placed at the bottom of the card",
"type": "boolean"
},
"b-card-img-lazy/start": {
"description": "Set if the image will be placed at the start (left) of the card",
"type": "boolean"
},
"b-card-img-lazy/left": {
"description": "Set if the image will be placed at the start (left) of the card. Synonym for the 'left' prop",
"type": "boolean"
},
"b-card-img-lazy/end": {
"description": "Set if the image will be placed at the end (right) of the card",
"type": "boolean"
},
"b-card-img-lazy/right": {
"description": "Set if the image will be placed at the end (right) of the card. Synonym for the 'right' prop",
"type": "boolean"
},
"b-card-text/text-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the text content",
"type": "string"
},
"b-card-group/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-card-group/deck": {
"description": "When set renders the card group with gutters between cards",
"type": "boolean"
},
"b-card-group/columns": {
"description": "When set, renders the card group in a masonry-like columnar style",
"type": "boolean"
},
"b-carousel/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-carousel/label-prev": {
"description": "Sets the 'aria-label' value for the previous slide control",
"type": "string"
},
"b-carousel/label-next": {
"description": "Sets the 'aria-label' value for the next slide control",
"type": "string"
},
"b-carousel/label-goto-slide": {
"description": "Sets the prefix for the 'aria-label' on the slide indicator controls. Will be suffixed with the slide number (1 indexed)",
"type": "string"
},
"b-carousel/label-indicators": {
"description": "Sets the 'aria-label' on the indicator controls wrapper",
"type": "string"
},
"b-carousel/interval": {
"description": "Set the delay time (in milliseconds) between slides",
"type": "number"
},
"b-carousel/indicators": {
"description": "Enable the indicator buttons for jumping to specific slides",
"type": "boolean"
},
"b-carousel/controls": {
"description": "Enable the previous and next controls",
"type": "boolean"
},
"b-carousel/no-animation": {
"description": "When set, disables animation when transitioning between slides",
"type": "boolean"
},
"b-carousel/fade": {
"description": "When set, changes the slide animation to a crossfade instead of a sliding effect",
"type": "boolean"
},
"b-carousel/no-wrap": {
"description": "Do not restart the slide show when then end is reached",
"type": "boolean"
},
"b-carousel/no-touch": {
"description": "Disable controlling the slides via touch swipes",
"type": "boolean"
},
"b-carousel/no-hover-pause": {
"description": "When set, disables the pausing of the slide show when the current slide is hovered",
"type": "boolean"
},
"b-carousel/img-width": {
"description": "Set the default image 'width' attribute for all b-tab children",
"type": "number|string"
},
"b-carousel/img-height": {
"description": "Set the default image 'height' attribute for all b-tab children",
"type": "number|string"
},
"b-carousel/background": {
"description": "Set the CSS color of the carousel's background",
"type": "string"
},
"b-carousel/value": {
"description": "The currently active slide (zero-indexed)",
"type": "number"
},
"b-carousel-slide/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-carousel-slide/img-src": {
"description": "Sets the URL of the image",
"type": "string"
},
"b-carousel-slide/img-alt": {
"description": "Sets the value of the 'alt' attribute on the image",
"type": "string"
},
"b-carousel-slide/img-width": {
"description": "Set the default image 'width' attribute for all b-tab children",
"type": "number|string"
},
"b-carousel-slide/img-height": {
"description": "Set the default image 'height' attribute for all b-tab children",
"type": "number|string"
},
"b-carousel-slide/img-blank": {
"description": "If set, will render a blank image instead of the img-src",
"type": "boolean"
},
"b-carousel-slide/img-blank-color": {
"description": "Set the CSS color to use as the fill of the blank image",
"type": "string"
},
"b-carousel-slide/content-visible-up": {
"description": "Specify the breakpoint that the textual content will start to be shown. Leave at default to always show the textual content",
"type": "string"
},
"b-carousel-slide/content-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the content wrapper",
"type": "string"
},
"b-carousel-slide/caption": {
"description": "Text content to place in the caption",
"type": "string"
},
"b-carousel-slide/caption-html": {
"description": "HTML string content to place in the caption. Use with caution",
"type": "string"
},
"b-carousel-slide/caption-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the caption wrapper",
"type": "string"
},
"b-carousel-slide/text": {
"description": "Text content to place in the text of the slide",
"type": "string"
},
"b-carousel-slide/text-html": {
"description": "HTML string content to place in the text of the slide. Use with caution",
"type": "string"
},
"b-carousel-slide/text-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the text content",
"type": "string"
},
"b-carousel-slide/background": {
"description": "CSS color to use as the slide's background color",
"type": "string"
},
"b-collapse/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-collapse/is-nav": {
"description": "When set, signifies that the collapse is bart of a navbar, enabling certain features for navbar support",
"type": "boolean"
},
"b-collapse/accordion": {
"description": "The name of the accordion group that this collapse belongs to",
"type": "string"
},
"b-collapse/visible": {
"description": "When 'true', expands the collapse",
"type": "boolean"
},
"b-collapse/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-collapse/appear": {
"description": "When set, and prop 'visible' is true on mount, will animate on initial mount",
"type": "boolean"
},
"b-dropdown/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-dropdown/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-dropdown/dropup": {
"description": "When set, positions the menu on the top of the button",
"type": "boolean"
},
"b-dropdown/dropright": {
"description": "When set, positions the menu to the right of the button",
"type": "boolean"
},
"b-dropdown/dropleft": {
"description": "When set, positions the menu to the left of the button",
"type": "boolean"
},
"b-dropdown/right": {
"description": "Align the right edge of the menu with the right of the button",
"type": "boolean"
},
"b-dropdown/offset": {
"description": "Specify the number of pixels to shift the menu by. Negative values supported",
"type": "number|string"
},
"b-dropdown/no-flip": {
"description": "Prevent the menu from auto flipping positions",
"type": "boolean"
},
"b-dropdown/popper-opts": {
"description": "Additional configuration to pass to Popper.js",
"type": "any"
},
"b-dropdown/boundary": {
"description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement",
"type": "string|HTMLElement"
},
"b-dropdown/text": {
"description": "Text to place in the toggle button, or in the split button is split mode",
"type": "string"
},
"b-dropdown/html": {
"description": "HTML string to place in the toggle button, or in the split button is split mode. Use with caution",
"type": "string"
},
"b-dropdown/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-dropdown/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dropdown/block": {
"description": "Renders a 100% width toggle button (expands to the width of its parent container)",
"type": "boolean"
},
"b-dropdown/menu-class": {
"description": "CSS class (or classes) to add to the menu container",
"type": "string|any[]|object"
},
"b-dropdown/toggle-tag": {
"description": "Specify the HTML tag to render instead of the default tag. Use with caution",
"type": "string"
},
"b-dropdown/toggle-text": {
"description": "ARIA label (sr-only) to set on the toggle when in split mode",
"type": "string"
},
"b-dropdown/toggle-class": {
"description": "CSS class (or classes) to add to the toggle button",
"type": "string|any[]|object"
},
"b-dropdown/no-caret": {
"description": "Hide the caret indicator on the toggle button",
"type": "boolean"
},
"b-dropdown/split": {
"description": "When set, renders a split button dropdown",
"type": "boolean"
},
"b-dropdown/split-href": {
"description": "Denotes the target URL of the link for the split button",
"type": "string"
},
"b-dropdown/split-to": {
"description": "router-link prop: Denotes the target route of the split button. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-dropdown/split-variant": {
"description": "Applies one of the Bootstrap theme color variants to the split button. Defaults to the 'variant' prop value",
"type": "string"
},
"b-dropdown/split-class": {
"description": "CSS class (or classes) to add to the split button",
"type": "string|any[]|object"
},
"b-dropdown/split-button-type": {
"description": "Value to place in the 'type' attribute on the split button: 'button', 'submit', 'reset'",
"type": "string"
},
"b-dropdown/lazy": {
"description": "When set, will only mount the menu content into the DOM when the menu is open",
"type": "boolean"
},
"b-dropdown/role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-dd/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-dd/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-dd/dropup": {
"description": "When set, positions the menu on the top of the button",
"type": "boolean"
},
"b-dd/dropright": {
"description": "When set, positions the menu to the right of the button",
"type": "boolean"
},
"b-dd/dropleft": {
"description": "When set, positions the menu to the left of the button",
"type": "boolean"
},
"b-dd/right": {
"description": "Align the right edge of the menu with the right of the button",
"type": "boolean"
},
"b-dd/offset": {
"description": "Specify the number of pixels to shift the menu by. Negative values supported",
"type": "number|string"
},
"b-dd/no-flip": {
"description": "Prevent the menu from auto flipping positions",
"type": "boolean"
},
"b-dd/popper-opts": {
"description": "Additional configuration to pass to Popper.js",
"type": "any"
},
"b-dd/boundary": {
"description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement",
"type": "string|HTMLElement"
},
"b-dd/text": {
"description": "Text to place in the toggle button, or in the split button is split mode",
"type": "string"
},
"b-dd/html": {
"description": "HTML string to place in the toggle button, or in the split button is split mode. Use with caution",
"type": "string"
},
"b-dd/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-dd/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dd/block": {
"description": "Renders a 100% width toggle button (expands to the width of its parent container)",
"type": "boolean"
},
"b-dd/menu-class": {
"description": "CSS class (or classes) to add to the menu container",
"type": "string|any[]|object"
},
"b-dd/toggle-tag": {
"description": "Specify the HTML tag to render instead of the default tag. Use with caution",
"type": "string"
},
"b-dd/toggle-text": {
"description": "ARIA label (sr-only) to set on the toggle when in split mode",
"type": "string"
},
"b-dd/toggle-class": {
"description": "CSS class (or classes) to add to the toggle button",
"type": "string|any[]|object"
},
"b-dd/no-caret": {
"description": "Hide the caret indicator on the toggle button",
"type": "boolean"
},
"b-dd/split": {
"description": "When set, renders a split button dropdown",
"type": "boolean"
},
"b-dd/split-href": {
"description": "Denotes the target URL of the link for the split button",
"type": "string"
},
"b-dd/split-to": {
"description": "router-link prop: Denotes the target route of the split button. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-dd/split-variant": {
"description": "Applies one of the Bootstrap theme color variants to the split button. Defaults to the 'variant' prop value",
"type": "string"
},
"b-dd/split-class": {
"description": "CSS class (or classes) to add to the split button",
"type": "string|any[]|object"
},
"b-dd/split-button-type": {
"description": "Value to place in the 'type' attribute on the split button: 'button', 'submit', 'reset'",
"type": "string"
},
"b-dd/lazy": {
"description": "When set, will only mount the menu content into the DOM when the menu is open",
"type": "boolean"
},
"b-dd/role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-dropdown-item/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-dropdown-item/rel": {
"description": "Sets the 'rel' attribute on the rendered link",
"type": "string"
},
"b-dropdown-item/target": {
"description": "Sets the 'target' attribute on the rendered link",
"type": "string"
},
"b-dropdown-item/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-dropdown-item/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-dropdown-item/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-dropdown-item/append": {
"description": "router-link prop: Setting append prop always appends the relative path to the current path",
"type": "boolean"
},
"b-dropdown-item/replace": {
"description": "router-link prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record",
"type": "boolean"
},
"b-dropdown-item/event": {
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default",
"type": "string|any[]"
},
"b-dropdown-item/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-dropdown-item/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-dropdown-item/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-dropdown-item/router-tag": {
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value",
"type": "string"
},
"b-dropdown-item/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-dropdown-item/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dd-item/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-dd-item/rel": {
"description": "Sets the 'rel' attribute on the rendered link",
"type": "string"
},
"b-dd-item/target": {
"description": "Sets the 'target' attribute on the rendered link",
"type": "string"
},
"b-dd-item/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-dd-item/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-dd-item/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-dd-item/append": {
"description": "router-link prop: Setting append prop always appends the relative path to the current path",
"type": "boolean"
},
"b-dd-item/replace": {
"description": "router-link prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record",
"type": "boolean"
},
"b-dd-item/event": {
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default",
"type": "string|any[]"
},
"b-dd-item/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-dd-item/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-dd-item/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-dd-item/router-tag": {
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value",
"type": "string"
},
"b-dd-item/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-dd-item/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dropdown-item-button/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-dropdown-item-button/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-dropdown-item-button/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-dropdown-item-button/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dropdown-item-btn/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-dropdown-item-btn/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-dropdown-item-btn/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-dropdown-item-btn/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dd-item-button/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-dd-item-button/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-dd-item-button/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-dd-item-button/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dd-item-btn/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-dd-item-btn/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-dd-item-btn/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-dd-item-btn/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dropdown-divider/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-dd-divider/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-dropdown-form/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-dropdown-form/inline": {
"description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row",
"type": "boolean"
},
"b-dropdown-form/novalidate": {
"description": "When set, disables browser native HTML5 validation on controls in the form",
"type": "boolean"
},
"b-dropdown-form/validated": {
"description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states",
"type": "boolean"
},
"b-dropdown-form/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-dropdown-form/form-class": {
"description": "CSS class (or classes) to add to the form",
"type": "string|object|any[]"
},
"b-dd-form/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-dd-form/inline": {
"description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row",
"type": "boolean"
},
"b-dd-form/novalidate": {
"description": "When set, disables browser native HTML5 validation on controls in the form",
"type": "boolean"
},
"b-dd-form/validated": {
"description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states",
"type": "boolean"
},
"b-dd-form/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-dd-form/form-class": {
"description": "CSS class (or classes) to add to the form",
"type": "string|object|any[]"
},
"b-dropdown-text/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-dropdown-text/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dd-text/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-dd-text/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dropdown-group/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-dropdown-group/header": {
"description": "Text content to place in the header",
"type": "string"
},
"b-dropdown-group/header-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the header",
"type": "string"
},
"b-dropdown-group/header-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header",
"type": "string"
},
"b-dropdown-group/header-classes": {
"description": "CSS class (or classes) to add to the header",
"type": "string|any[]|object"
},
"b-dropdown-group/aria-describedby": {
"description": "The ID of the element that provides additional context for this component. Used as the value for the 'aria-describedby' attribute",
"type": "string"
},
"b-dd-group/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-dd-group/header": {
"description": "Text content to place in the header",
"type": "string"
},
"b-dd-group/header-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the header",
"type": "string"
},
"b-dd-group/header-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header",
"type": "string"
},
"b-dd-group/header-classes": {
"description": "CSS class (or classes) to add to the header",
"type": "string|any[]|object"
},
"b-dd-group/aria-describedby": {
"description": "The ID of the element that provides additional context for this component. Used as the value for the 'aria-describedby' attribute",
"type": "string"
},
"b-dropdown-header/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-dropdown-header/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-dropdown-header/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-dd-header/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-dd-header/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-dd-header/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-embed/type": {
"description": "Type of embed. Possible values are 'iframe', 'video', 'embed' and 'object'",
"type": "string"
},
"b-embed/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-embed/aspect": {
"description": "Aspect ratio of the embed. Supported values are '16by9', '21by9', '4by3', and '1by1' and are translated to CSS classes. Refer to the docs for more details",
"type": "string"
},
"b-form/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form/inline": {
"description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row",
"type": "boolean"
},
"b-form/novalidate": {
"description": "When set, disables browser native HTML5 validation on controls in the form",
"type": "boolean"
},
"b-form/validated": {
"description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states",
"type": "boolean"
},
"b-form-text/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-text/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-form-text/text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the text",
"type": "string"
},
"b-form-text/inline": {
"description": "When set, renders the help text as an inline element, rather than a block element",
"type": "boolean"
},
"b-form-invalid-feedback/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-invalid-feedback/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-form-invalid-feedback/tooltip": {
"description": "Renders the feedback text in a rudimentary tooltip style",
"type": "boolean"
},
"b-form-invalid-feedback/force-show": {
"description": "Shows the feedback text, regardless of the value of the 'state' prop",
"type": "boolean"
},
"b-form-invalid-feedback/state": {
"description": "When explicitly 'false', forces the feedback to show",
"type": "boolean"
},
"b-form-invalid-feedback/aria-live": {
"description": "When the rendered element is an aria-live region (for screen reader users), set to either 'polite' or 'assertive'",
"type": "string"
},
"b-form-invalid-feedback/role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-form-valid-feedback/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-valid-feedback/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-form-valid-feedback/tooltip": {
"description": "Renders the feedback text in a rudimentary tooltip style",
"type": "boolean"
},
"b-form-valid-feedback/force-show": {
"description": "Shows the feedback text, regardless of the value of the 'state' prop",
"type": "boolean"
},
"b-form-valid-feedback/state": {
"description": "When explicitly 'true', forces the feedback to show",
"type": "boolean"
},
"b-form-valid-feedback/aria-live": {
"description": "When the rendered element is an aria-live region (for screen reader users), set to either 'polite' or 'assertive'",
"type": "string"
},
"b-form-valid-feedback/role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-form-datalist/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-form-datalist/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-form-datalist/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-form-datalist/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-form-datalist/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-form-datalist/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-datalist/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-datalist/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-datalist/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-datalist/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-datalist/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-datalist/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-checkbox-group/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-checkbox-group/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-form-checkbox-group/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-checkbox-group/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-form-checkbox-group/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-checkbox-group/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-form-checkbox-group/validated": {
"description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper",
"type": "boolean"
},
"b-form-checkbox-group/aria-invalid": {
"description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute",
"type": "boolean|string"
},
"b-form-checkbox-group/stacked": {
"description": "When set, renders the checkbox group in stacked mode",
"type": "boolean"
},
"b-form-checkbox-group/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-form-checkbox-group/buttons": {
"description": "When set, renderes the checkboxes in this group with button styling",
"type": "boolean"
},
"b-form-checkbox-group/button-variant": {
"description": "Specifies the Bootstrap contextual color theme variant the apply to the button style checkboxes",
"type": "string"
},
"b-form-checkbox-group/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-form-checkbox-group/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-form-checkbox-group/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-form-checkbox-group/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-form-checkbox-group/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-form-checkbox-group/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-checkbox-group/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-checkbox-group/switches": {
"description": "When set, renders the checkboxes in the group with switch styling",
"type": "boolean"
},
"b-form-checkbox-group/checked": {
"description": "The current value of the checked checkboxes in the group. Must be an array when there are multiple checkboxes",
"type": "any[]"
},
"b-checkbox-group/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-checkbox-group/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-checkbox-group/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-checkbox-group/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-checkbox-group/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-checkbox-group/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-checkbox-group/validated": {
"description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper",
"type": "boolean"
},
"b-checkbox-group/aria-invalid": {
"description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute",
"type": "boolean|string"
},
"b-checkbox-group/stacked": {
"description": "When set, renders the checkbox group in stacked mode",
"type": "boolean"
},
"b-checkbox-group/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-checkbox-group/buttons": {
"description": "When set, renderes the checkboxes in this group with button styling",
"type": "boolean"
},
"b-checkbox-group/button-variant": {
"description": "Specifies the Bootstrap contextual color theme variant the apply to the button style checkboxes",
"type": "string"
},
"b-checkbox-group/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-checkbox-group/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-checkbox-group/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-checkbox-group/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-checkbox-group/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-checkbox-group/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-checkbox-group/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-checkbox-group/switches": {
"description": "When set, renders the checkboxes in the group with switch styling",
"type": "boolean"
},
"b-checkbox-group/checked": {
"description": "The current value of the checked checkboxes in the group. Must be an array when there are multiple checkboxes",
"type": "any[]"
},
"b-check-group/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-check-group/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-check-group/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-check-group/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-check-group/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-check-group/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-check-group/validated": {
"description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper",
"type": "boolean"
},
"b-check-group/aria-invalid": {
"description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute",
"type": "boolean|string"
},
"b-check-group/stacked": {
"description": "When set, renders the checkbox group in stacked mode",
"type": "boolean"
},
"b-check-group/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-check-group/buttons": {
"description": "When set, renderes the checkboxes in this group with button styling",
"type": "boolean"
},
"b-check-group/button-variant": {
"description": "Specifies the Bootstrap contextual color theme variant the apply to the button style checkboxes",
"type": "string"
},
"b-check-group/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-check-group/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-check-group/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-check-group/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-check-group/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-check-group/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-check-group/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-check-group/switches": {
"description": "When set, renders the checkboxes in the group with switch styling",
"type": "boolean"
},
"b-check-group/checked": {
"description": "The current value of the checked checkboxes in the group. Must be an array when there are multiple checkboxes",
"type": "any[]"
},
"b-form-checkbox/value": {
"description": "Value returned when this checkbox is checked",
"type": "any"
},
"b-form-checkbox/checked": {
"description": "The current value of the checkbox(es). Must be an array when there are multiple checkboxes bound to the same v-model",
"type": "any"
},
"b-form-checkbox/inline": {
"description": "When set, renders the checkbox as an inline element rather than as a 100% width block",
"type": "boolean"
},
"b-form-checkbox/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-form-checkbox/button": {
"description": "When set, renders the checkbox with the appearance of a button",
"type": "boolean"
},
"b-form-checkbox/button-variant": {
"description": "Applies on of Bootstrap's theme colors when in 'button' mode",
"type": "string"
},
"b-form-checkbox/aria-label": {
"description": "Sets the value of 'aria-label' attribute on the rendered element",
"type": "string"
},
"b-form-checkbox/aria-labelledby": {
"description": "The ID of the element that provides a label for this component. Used as the value for the 'aria-labelledby' attribute",
"type": "string"
},
"b-form-checkbox/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-checkbox/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-form-checkbox/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-checkbox/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-form-checkbox/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-checkbox/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-form-checkbox/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-checkbox/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-checkbox/unchecked-value": {
"description": "Value returned when this checkbox is unchecked. Note not applicable when multiple checkboxes bound to the same v-model array",
"type": "any"
},
"b-form-checkbox/indeterminate": {
"description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier",
"type": "boolean"
},
"b-form-checkbox/switch": {
"description": "When set, renders the checkbox with the appearance of a switch",
"type": "boolean"
},
"b-checkbox/value": {
"description": "Value returned when this checkbox is checked",
"type": "any"
},
"b-checkbox/checked": {
"description": "The current value of the checkbox(es). Must be an array when there are multiple checkboxes bound to the same v-model",
"type": "any"
},
"b-checkbox/inline": {
"description": "When set, renders the checkbox as an inline element rather than as a 100% width block",
"type": "boolean"
},
"b-checkbox/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-checkbox/button": {
"description": "When set, renders the checkbox with the appearance of a button",
"type": "boolean"
},
"b-checkbox/button-variant": {
"description": "Applies on of Bootstrap's theme colors when in 'button' mode",
"type": "string"
},
"b-checkbox/aria-label": {
"description": "Sets the value of 'aria-label' attribute on the rendered element",
"type": "string"
},
"b-checkbox/aria-labelledby": {
"description": "The ID of the element that provides a label for this component. Used as the value for the 'aria-labelledby' attribute",
"type": "string"
},
"b-checkbox/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-checkbox/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-checkbox/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-checkbox/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-checkbox/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-checkbox/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-checkbox/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-checkbox/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-checkbox/unchecked-value": {
"description": "Value returned when this checkbox is unchecked. Note not applicable when multiple checkboxes bound to the same v-model array",
"type": "any"
},
"b-checkbox/indeterminate": {
"description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier",
"type": "boolean"
},
"b-checkbox/switch": {
"description": "When set, renders the checkbox with the appearance of a switch",
"type": "boolean"
},
"b-check/value": {
"description": "Value returned when this checkbox is checked",
"type": "any"
},
"b-check/checked": {
"description": "The current value of the checkbox(es). Must be an array when there are multiple checkboxes bound to the same v-model",
"type": "any"
},
"b-check/inline": {
"description": "When set, renders the checkbox as an inline element rather than as a 100% width block",
"type": "boolean"
},
"b-check/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-check/button": {
"description": "When set, renders the checkbox with the appearance of a button",
"type": "boolean"
},
"b-check/button-variant": {
"description": "Applies on of Bootstrap's theme colors when in 'button' mode",
"type": "string"
},
"b-check/aria-label": {
"description": "Sets the value of 'aria-label' attribute on the rendered element",
"type": "string"
},
"b-check/aria-labelledby": {
"description": "The ID of the element that provides a label for this component. Used as the value for the 'aria-labelledby' attribute",
"type": "string"
},
"b-check/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-check/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-check/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-check/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-check/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-check/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-check/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-check/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-check/unchecked-value": {
"description": "Value returned when this checkbox is unchecked. Note not applicable when multiple checkboxes bound to the same v-model array",
"type": "any"
},
"b-check/indeterminate": {
"description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier",
"type": "boolean"
},
"b-check/switch": {
"description": "When set, renders the checkbox with the appearance of a switch",
"type": "boolean"
},
"b-form-datepicker/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-datepicker/value": {
"description": "Initially selected date value. Accepts either a `YYYY-MM-DD` string or a `Date` object",
"type": "string|Date"
},
"b-form-datepicker/value-as-date": {
"description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string",
"type": "boolean"
},
"b-form-datepicker/reset-value": {
"description": "When the optional `reset` button is clicked, the selected date will be set to this value. Default is to clear the selected value",
"type": "string|Date"
},
"b-form-datepicker/placeholder": {
"description": "Text so show in the form control when no date is selected. Defaults to the `label-no-date-selected` prop value",
"type": "string"
},
"b-form-datepicker/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-datepicker/min": {
"description": "The minimum date the calendar will show",
"type": "string|Date"
},
"b-form-datepicker/max": {
"description": "The maximum date the calendar will show",
"type": "string|Date"
},
"b-form-datepicker/disabled": {
"description": "Places the calendar in a non-interactive disabled state",
"type": "boolean"
},
"b-form-datepicker/readonly": {
"description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation",
"type": "boolean"
},
"b-form-datepicker/required": {
"description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application",
"type": "boolean"
},
"b-form-datepicker/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-form-datepicker/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-datepicker/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-datepicker/date-disabled-fn": {
"description": "Set to a function reference which returns `true` if the date is disabled, or `false` if the date should be enabled. See documentation for details",
"type": "function"
},
"b-form-datepicker/no-close-on-select": {
"description": "Disables closing the popup date picker when a date is clicked/selected",
"type": "boolean"
},
"b-form-datepicker/hide-header": {
"description": "When set, visually hides the selected date header",
"type": "boolean"
},
"b-form-datepicker/locale": {
"description": "Locale (or locales) for the calendar to use. When passing an array of locales, the order of the locales is from most preferred to least preferred",
"type": "string|any[]"
},
"b-form-datepicker/start-weekday": {
"description": "Day of week to start the calendar. `0` for Sunday, `1` for Monday, `6` for Saturday, etc.",
"type": "number|string"
},
"b-form-datepicker/direction": {
"description": "Set to the string 'rtl' or 'ltr' to explicitly force the calendar to render in right-to-left or left-ro-right (respectively) mode. Defaults to the resolved locale's directionality",
"type": "string"
},
"b-form-datepicker/selected-variant": {
"description": "Theme color variant to use for the selected date button",
"type": "string"
},
"b-form-datepicker/today-variant": {
"description": "Theme color variant to use for highlighting todays date button. Defaults to the `variant` prop",
"type": "string"
},
"b-form-datepicker/no-highlight-today": {
"description": "Disabled the highlighting of todays date in the calendar",
"type": "boolean"
},
"b-form-datepicker/today-button": {
"description": "When set, shows the optional `select today` button",
"type": "boolean"
},
"b-form-datepicker/label-today-button": {
"description": "Content for the optional `Select today` button",
"type": "string"
},
"b-form-datepicker/today-button-variant": {
"description": "Button variant to use for the optional `select today` button",
"type": "string"
},
"b-form-datepicker/reset-button": {
"description": "When set, shows the optional `reset` button",
"type": "boolean"
},
"b-form-datepicker/label-reset-button": {
"description": "Content for the optional `Reset` button",
"type": "string"
},
"b-form-datepicker/reset-button-variant": {
"description": "Button variant to use for the optional `reset` button",
"type": "string"
},
"b-form-datepicker/close-button": {
"description": "When set, shows the optional close button",
"type": "boolean"
},
"b-form-datepicker/label-close-button": {
"description": "Content for the optional `Close` button",
"type": "string"
},
"b-form-datepicker/close-button-variant": {
"description": "Button variant to use for the optional `close` button",
"type": "string"
},
"b-form-datepicker/label-prev-year": {
"description": "Value of the `aria-label` and `title` attributes on the `Previous Year` navigation button",
"type": "string"
},
"b-form-datepicker/label-prev-month": {
"description": "Value of the `aria-label` and `title` attributes on the `Previous Month` navigation button",
"type": "string"
},
"b-form-datepicker/label-current-month": {
"description": "Value of the `aria-label` and `title` attributes on the `Current Month` navigation button",
"type": "string"
},
"b-form-datepicker/label-next-month": {
"description": "Value of the `aria-label` and `title` attributes on the `Next Month` navigation button",
"type": "string"
},
"b-form-datepicker/label-next-year": {
"description": "Value of the `aria-label` and `title` attributes on the `Next Year` navigation button",
"type": "string"
},
"b-form-datepicker/label-today": {
"description": "Value of the `aria-label` attribute for the calendar grid date button to signify that the date is today's date",
"type": "string"
},
"b-form-datepicker/label-selected": {
"description": "Value of the `aria-label` attribute set on the calendar grid date button that is selected",
"type": "string"
},
"b-form-datepicker/label-no-date-selected": {
"description": "Label to use when no date is currently selected",
"type": "string"
},
"b-form-datepicker/label-calendar": {
"description": "Value of the `aria-label` and `role-description` attributes applied to the calendar grid",
"type": "string"
},
"b-form-datepicker/label-nav": {
"description": "Value of the `aria-label` attribute on to the calendar navigation button wrapper",
"type": "string"
},
"b-form-datepicker/label-help": {
"description": "help text that appears at the bottom of the calendar grid",
"type": "string"
},
"b-form-datepicker/dark": {
"description": "When set, gives the popup calendar dialog a dark background",
"type": "boolean"
},
"b-form-datepicker/dropup": {
"description": "When set, positions the menu on the top of the button",
"type": "boolean"
},
"b-form-datepicker/dropright": {
"description": "When set, positions the menu to the right of the button",
"type": "boolean"
},
"b-form-datepicker/dropleft": {
"description": "When set, positions the menu to the left of the button",
"type": "boolean"
},
"b-form-datepicker/right": {
"description": "Align the right edge of the menu with the right of the button",
"type": "boolean"
},
"b-form-datepicker/offset": {
"description": "Specify the number of pixels to shift the menu by. Negative values supported",
"type": "number|string"
},
"b-form-datepicker/no-flip": {
"description": "Prevent the menu from auto flipping positions",
"type": "boolean"
},
"b-form-datepicker/popper-opts": {
"description": "Additional configuration to pass to Popper.js",
"type": "any"
},
"b-form-datepicker/boundary": {
"description": "The boundary constraint of the menu: `'scrollParent'`, `'window'`, `'viewport'`, or a reference to an `HTMLElement`",
"type": "string|HTMLElement"
},
"b-datepicker/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-datepicker/value": {
"description": "Initially selected date value. Accepts either a `YYYY-MM-DD` string or a `Date` object",
"type": "string|Date"
},
"b-datepicker/value-as-date": {
"description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string",
"type": "boolean"
},
"b-datepicker/reset-value": {
"description": "When the optional `reset` button is clicked, the selected date will be set to this value. Default is to clear the selected value",
"type": "string|Date"
},
"b-datepicker/placeholder": {
"description": "Text so show in the form control when no date is selected. Defaults to the `label-no-date-selected` prop value",
"type": "string"
},
"b-datepicker/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-datepicker/min": {
"description": "The minimum date the calendar will show",
"type": "string|Date"
},
"b-datepicker/max": {
"description": "The maximum date the calendar will show",
"type": "string|Date"
},
"b-datepicker/disabled": {
"description": "Places the calendar in a non-interactive disabled state",
"type": "boolean"
},
"b-datepicker/readonly": {
"description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation",
"type": "boolean"
},
"b-datepicker/required": {
"description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application",
"type": "boolean"
},
"b-datepicker/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-datepicker/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-datepicker/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-datepicker/date-disabled-fn": {
"description": "Set to a function reference which returns `true` if the date is disabled, or `false` if the date should be enabled. See documentation for details",
"type": "function"
},
"b-datepicker/no-close-on-select": {
"description": "Disables closing the popup date picker when a date is clicked/selected",
"type": "boolean"
},
"b-datepicker/hide-header": {
"description": "When set, visually hides the selected date header",
"type": "boolean"
},
"b-datepicker/locale": {
"description": "Locale (or locales) for the calendar to use. When passing an array of locales, the order of the locales is from most preferred to least preferred",
"type": "string|any[]"
},
"b-datepicker/start-weekday": {
"description": "Day of week to start the calendar. `0` for Sunday, `1` for Monday, `6` for Saturday, etc.",
"type": "number|string"
},
"b-datepicker/direction": {
"description": "Set to the string 'rtl' or 'ltr' to explicitly force the calendar to render in right-to-left or left-ro-right (respectively) mode. Defaults to the resolved locale's directionality",
"type": "string"
},
"b-datepicker/selected-variant": {
"description": "Theme color variant to use for the selected date button",
"type": "string"
},
"b-datepicker/today-variant": {
"description": "Theme color variant to use for highlighting todays date button. Defaults to the `variant` prop",
"type": "string"
},
"b-datepicker/no-highlight-today": {
"description": "Disabled the highlighting of todays date in the calendar",
"type": "boolean"
},
"b-datepicker/today-button": {
"description": "When set, shows the optional `select today` button",
"type": "boolean"
},
"b-datepicker/label-today-button": {
"description": "Content for the optional `Select today` button",
"type": "string"
},
"b-datepicker/today-button-variant": {
"description": "Button variant to use for the optional `select today` button",
"type": "string"
},
"b-datepicker/reset-button": {
"description": "When set, shows the optional `reset` button",
"type": "boolean"
},
"b-datepicker/label-reset-button": {
"description": "Content for the optional `Reset` button",
"type": "string"
},
"b-datepicker/reset-button-variant": {
"description": "Button variant to use for the optional `reset` button",
"type": "string"
},
"b-datepicker/close-button": {
"description": "When set, shows the optional close button",
"type": "boolean"
},
"b-datepicker/label-close-button": {
"description": "Content for the optional `Close` button",
"type": "string"
},
"b-datepicker/close-button-variant": {
"description": "Button variant to use for the optional `close` button",
"type": "string"
},
"b-datepicker/label-prev-year": {
"description": "Value of the `aria-label` and `title` attributes on the `Previous Year` navigation button",
"type": "string"
},
"b-datepicker/label-prev-month": {
"description": "Value of the `aria-label` and `title` attributes on the `Previous Month` navigation button",
"type": "string"
},
"b-datepicker/label-current-month": {
"description": "Value of the `aria-label` and `title` attributes on the `Current Month` navigation button",
"type": "string"
},
"b-datepicker/label-next-month": {
"description": "Value of the `aria-label` and `title` attributes on the `Next Month` navigation button",
"type": "string"
},
"b-datepicker/label-next-year": {
"description": "Value of the `aria-label` and `title` attributes on the `Next Year` navigation button",
"type": "string"
},
"b-datepicker/label-today": {
"description": "Value of the `aria-label` attribute for the calendar grid date button to signify that the date is today's date",
"type": "string"
},
"b-datepicker/label-selected": {
"description": "Value of the `aria-label` attribute set on the calendar grid date button that is selected",
"type": "string"
},
"b-datepicker/label-no-date-selected": {
"description": "Label to use when no date is currently selected",
"type": "string"
},
"b-datepicker/label-calendar": {
"description": "Value of the `aria-label` and `role-description` attributes applied to the calendar grid",
"type": "string"
},
"b-datepicker/label-nav": {
"description": "Value of the `aria-label` attribute on to the calendar navigation button wrapper",
"type": "string"
},
"b-datepicker/label-help": {
"description": "help text that appears at the bottom of the calendar grid",
"type": "string"
},
"b-datepicker/dark": {
"description": "When set, gives the popup calendar dialog a dark background",
"type": "boolean"
},
"b-datepicker/dropup": {
"description": "When set, positions the menu on the top of the button",
"type": "boolean"
},
"b-datepicker/dropright": {
"description": "When set, positions the menu to the right of the button",
"type": "boolean"
},
"b-datepicker/dropleft": {
"description": "When set, positions the menu to the left of the button",
"type": "boolean"
},
"b-datepicker/right": {
"description": "Align the right edge of the menu with the right of the button",
"type": "boolean"
},
"b-datepicker/offset": {
"description": "Specify the number of pixels to shift the menu by. Negative values supported",
"type": "number|string"
},
"b-datepicker/no-flip": {
"description": "Prevent the menu from auto flipping positions",
"type": "boolean"
},
"b-datepicker/popper-opts": {
"description": "Additional configuration to pass to Popper.js",
"type": "any"
},
"b-datepicker/boundary": {
"description": "The boundary constraint of the menu: `'scrollParent'`, `'window'`, `'viewport'`, or a reference to an `HTMLElement`",
"type": "string|HTMLElement"
},
"b-form-file/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-file/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-form-file/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-file/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-form-file/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-file/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-form-file/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-file/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-form-file/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-file/value": {
"description": "The current value of the file input. Will be a single File object or an array of File objects (if multiple or directory is set). Can be set to null, or an empty array to reset the file input",
"type": "File|any[]"
},
"b-form-file/accept": {
"description": "Value to set on the file input's 'accept' attribute",
"type": "string"
},
"b-form-file/capture": {
"description": "When set, will instruction the browser to use the devices camera (if supported)",
"type": "boolean"
},
"b-form-file/placeholder": {
"description": "Sets the 'placeholder' attribute value on the form control",
"type": "string"
},
"b-form-file/browse-text": {
"description": "Text content for the file browse button",
"type": "string"
},
"b-form-file/drop-placeholder": {
"description": "Text to display as the placeholder when fies are being dragged",
"type": "string"
},
"b-form-file/multiple": {
"description": "When set, will allow multiple files to be selected. v-model will be an array",
"type": "boolean"
},
"b-form-file/directory": {
"description": "Enable directory drop mode (on browsers that support directory mode)",
"type": "boolean"
},
"b-form-file/no-traverse": {
"description": "For directory drop mode: returns files as a flat array",
"type": "boolean"
},
"b-form-file/no-drop": {
"description": "Disable drag and drop mode",
"type": "boolean"
},
"b-form-file/file-name-formatter": {
"description": "Method to format the file names for display. Refer to the docs for details",
"type": "function"
},
"b-file/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-file/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-file/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-file/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-file/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-file/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-file/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-file/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-file/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-file/value": {
"description": "The current value of the file input. Will be a single File object or an array of File objects (if multiple or directory is set). Can be set to null, or an empty array to reset the file input",
"type": "File|any[]"
},
"b-file/accept": {
"description": "Value to set on the file input's 'accept' attribute",
"type": "string"
},
"b-file/capture": {
"description": "When set, will instruction the browser to use the devices camera (if supported)",
"type": "boolean"
},
"b-file/placeholder": {
"description": "Sets the 'placeholder' attribute value on the form control",
"type": "string"
},
"b-file/browse-text": {
"description": "Text content for the file browse button",
"type": "string"
},
"b-file/drop-placeholder": {
"description": "Text to display as the placeholder when fies are being dragged",
"type": "string"
},
"b-file/multiple": {
"description": "When set, will allow multiple files to be selected. v-model will be an array",
"type": "boolean"
},
"b-file/directory": {
"description": "Enable directory drop mode (on browsers that support directory mode)",
"type": "boolean"
},
"b-file/no-traverse": {
"description": "For directory drop mode: returns files as a flat array",
"type": "boolean"
},
"b-file/no-drop": {
"description": "Disable drag and drop mode",
"type": "boolean"
},
"b-file/file-name-formatter": {
"description": "Method to format the file names for display. Refer to the docs for details",
"type": "function"
},
"b-form-group/label": {
"description": "Text to place in the label/legend of the form group",
"type": "string"
},
"b-form-group/label-for": {
"description": "Set to the ID of the singular form-control in the form-group. Do not set a value if there is more than one form control in the group.",
"type": "string"
},
"b-form-group/label-size": {
"description": "Sets the text size of the label: 'sm', 'md' (default) or 'lg'. Use this prop to have the label size match the form control size",
"type": "string"
},
"b-form-group/label-sr-only": {
"description": "Visually hides the label content, but makes it available to screen reader users",
"type": "boolean"
},
"b-form-group/label-cols": {
"description": "Number of columns for the label width xs screens and up",
"type": "number|string|boolean"
},
"b-form-group/label-cols-sm": {
"description": "Number of columns for the label width sm screens and up",
"type": "number|string|boolean"
},
"b-form-group/label-cols-md": {
"description": "Number of columns for the label width md screens and up",
"type": "number|string|boolean"
},
"b-form-group/label-cols-lg": {
"description": "Number of columns for the label width lg screens and up",
"type": "number|string|boolean"
},
"b-form-group/label-cols-xl": {
"description": "Number of columns for the label width xl screens and up",
"type": "number|string|boolean"
},
"b-form-group/label-align": {
"description": "Text alignment 'left', 'center', 'right' for the label xs screens and up",
"type": "string"
},
"b-form-group/label-align-sm": {
"description": "Text alignment 'left', 'center', 'right' for the label sm screens and up",
"type": "string"
},
"b-form-group/label-align-md": {
"description": "Text alignment 'left', 'center', 'right' for the label md screens and up",
"type": "string"
},
"b-form-group/label-align-lg": {
"description": "Text alignment 'left', 'center', 'right' for the label lg screens and up",
"type": "string"
},
"b-form-group/label-align-xl": {
"description": "Text alignment 'left', 'center', 'right' for the label xl screens and up",
"type": "string"
},
"b-form-group/label-class": {
"description": "CSS class (or classes) to add to the label/legend element",
"type": "string|any[]|object"
},
"b-form-group/description": {
"description": "Text to place in the help text area of the form group",
"type": "string"
},
"b-form-group/invalid-feedback": {
"description": "Text to show when the form group has an invalid state",
"type": "string"
},
"b-form-group/valid-feedback": {
"description": "Text to show when the form group has a valid state",
"type": "string"
},
"b-form-group/tooltip": {
"description": "Renders the feedback text in a rudimentary tooltip style",
"type": "boolean"
},
"b-form-group/feedback-aria-live": {
"description": "Value to use for the 'aria-live' attribute on the feedback text",
"type": "string"
},
"b-form-group/validated": {
"description": "When set, adds the Bootstrap validation trigger class 'was-validated' on the component",
"type": "boolean"
},
"b-form-group/disabled": {
"description": "Disabled the fieldset element, which in turn disables the form controls (on browsers that support disabled fieldsets). Has no effect if 'label-for' is set",
"type": "boolean"
},
"b-form-input/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-input/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-form-input/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-input/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-form-input/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-input/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-form-input/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-input/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-input/value": {
"description": "The current value of the input. Result will always be a string, except when the 'number' prop is used",
"type": "string|number"
},
"b-form-input/aria-invalid": {
"description": "Sets the 'aria-invalid' attribute with the specified value",
"type": "boolean|string"
},
"b-form-input/readonly": {
"description": "Sets the 'readonly' attribute on the form control",
"type": "boolean"
},
"b-form-input/plaintext": {
"description": "Set the form control as readonly and renders the control to look like plain text (no borders)",
"type": "boolean"
},
"b-form-input/autocomplete": {
"description": "Sets the 'autocomplete' attribute value on the form control",
"type": "string"
},
"b-form-input/placeholder": {
"description": "Sets the 'placeholder' attribute value on the form control",
"type": "string"
},
"b-form-input/formatter": {
"description": "reference to a function for formatting the input",
"type": "function"
},
"b-form-input/lazy-formatter": {
"description": "When set, the input is formatted on blur instead of each keystroke (if there is a formatter specified)",
"type": "boolean"
},
"b-form-input/trim": {
"description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier",
"type": "boolean"
},
"b-form-input/number": {
"description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier",
"type": "boolean"
},
"b-form-input/lazy": {
"description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier",
"type": "boolean"
},
"b-form-input/debounce": {
"description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set",
"type": "number|string"
},
"b-form-input/type": {
"description": "The type of input to render. See the docs for supported types",
"type": "string"
},
"b-form-input/no-wheel": {
"description": "For number-like inputs, disables the mouse wheel from incrementing or decrementing the value",
"type": "boolean"
},
"b-form-input/min": {
"description": "Value to set in the 'min' attribute on the input. Used by number-like inputs",
"type": "string|number"
},
"b-form-input/max": {
"description": "Value to set in the 'max' attribute on the input. Used by number-like inputs",
"type": "string|number"
},
"b-form-input/step": {
"description": "Value to set in the 'step' attribute on the input. Used by number-like inputs",
"type": "string|number"
},
"b-form-input/list": {
"description": "The ID of the associated datalist element or component",
"type": "string"
},
"b-input/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-input/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-input/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-input/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-input/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-input/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-input/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-input/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-input/value": {
"description": "The current value of the input. Result will always be a string, except when the 'number' prop is used",
"type": "string|number"
},
"b-input/aria-invalid": {
"description": "Sets the 'aria-invalid' attribute with the specified value",
"type": "boolean|string"
},
"b-input/readonly": {
"description": "Sets the 'readonly' attribute on the form control",
"type": "boolean"
},
"b-input/plaintext": {
"description": "Set the form control as readonly and renders the control to look like plain text (no borders)",
"type": "boolean"
},
"b-input/autocomplete": {
"description": "Sets the 'autocomplete' attribute value on the form control",
"type": "string"
},
"b-input/placeholder": {
"description": "Sets the 'placeholder' attribute value on the form control",
"type": "string"
},
"b-input/formatter": {
"description": "reference to a function for formatting the input",
"type": "function"
},
"b-input/lazy-formatter": {
"description": "When set, the input is formatted on blur instead of each keystroke (if there is a formatter specified)",
"type": "boolean"
},
"b-input/trim": {
"description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier",
"type": "boolean"
},
"b-input/number": {
"description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier",
"type": "boolean"
},
"b-input/lazy": {
"description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier",
"type": "boolean"
},
"b-input/debounce": {
"description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set",
"type": "number|string"
},
"b-input/type": {
"description": "The type of input to render. See the docs for supported types",
"type": "string"
},
"b-input/no-wheel": {
"description": "For number-like inputs, disables the mouse wheel from incrementing or decrementing the value",
"type": "boolean"
},
"b-input/min": {
"description": "Value to set in the 'min' attribute on the input. Used by number-like inputs",
"type": "string|number"
},
"b-input/max": {
"description": "Value to set in the 'max' attribute on the input. Used by number-like inputs",
"type": "string|number"
},
"b-input/step": {
"description": "Value to set in the 'step' attribute on the input. Used by number-like inputs",
"type": "string|number"
},
"b-input/list": {
"description": "The ID of the associated datalist element or component",
"type": "string"
},
"b-form-radio-group/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-radio-group/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-form-radio-group/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-radio-group/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-form-radio-group/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-radio-group/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-form-radio-group/validated": {
"description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper",
"type": "boolean"
},
"b-form-radio-group/aria-invalid": {
"description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute",
"type": "boolean|string"
},
"b-form-radio-group/stacked": {
"description": "When set, renders the radio group in stacked mode",
"type": "boolean"
},
"b-form-radio-group/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-form-radio-group/buttons": {
"description": "When set, renderes the radios in this group with button styling",
"type": "boolean"
},
"b-form-radio-group/button-variant": {
"description": "Specifies the Bootstrap contextual color theme variant the apply to the button style radios",
"type": "string"
},
"b-form-radio-group/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-form-radio-group/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-form-radio-group/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-form-radio-group/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-form-radio-group/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-form-radio-group/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-radio-group/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-radio-group/checked": {
"description": "The current value of the checked radio in the group",
"type": "any"
},
"b-radio-group/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-radio-group/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-radio-group/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-radio-group/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-radio-group/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-radio-group/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-radio-group/validated": {
"description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper",
"type": "boolean"
},
"b-radio-group/aria-invalid": {
"description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute",
"type": "boolean|string"
},
"b-radio-group/stacked": {
"description": "When set, renders the radio group in stacked mode",
"type": "boolean"
},
"b-radio-group/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-radio-group/buttons": {
"description": "When set, renderes the radios in this group with button styling",
"type": "boolean"
},
"b-radio-group/button-variant": {
"description": "Specifies the Bootstrap contextual color theme variant the apply to the button style radios",
"type": "string"
},
"b-radio-group/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-radio-group/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-radio-group/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-radio-group/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-radio-group/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-radio-group/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-radio-group/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-radio-group/checked": {
"description": "The current value of the checked radio in the group",
"type": "any"
},
"b-form-radio/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-radio/value": {
"description": "Value returned when this radio is checked",
"type": "any"
},
"b-form-radio/checked": {
"description": "The current value of the radio(s)",
"type": "any"
},
"b-form-radio/inline": {
"description": "When set, renders the radio as an inline element rather than as a 100% width block",
"type": "boolean"
},
"b-form-radio/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-form-radio/button": {
"description": "When set, renders the radio with the appearance of a button",
"type": "boolean"
},
"b-form-radio/button-variant": {
"description": "Applies on of Bootstrap's theme colors when in 'button' mode",
"type": "string"
},
"b-form-radio/aria-label": {
"description": "Sets the value of 'aria-label' attribute on the rendered element",
"type": "string"
},
"b-form-radio/aria-labelledby": {
"description": "The ID of the element that provides a label for this component. Used as the value for the 'aria-labelledby' attribute",
"type": "string"
},
"b-form-radio/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-form-radio/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-radio/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-form-radio/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-radio/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-form-radio/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-radio/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-radio/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-radio/value": {
"description": "Value returned when this radio is checked",
"type": "any"
},
"b-radio/checked": {
"description": "The current value of the radio(s)",
"type": "any"
},
"b-radio/inline": {
"description": "When set, renders the radio as an inline element rather than as a 100% width block",
"type": "boolean"
},
"b-radio/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-radio/button": {
"description": "When set, renders the radio with the appearance of a button",
"type": "boolean"
},
"b-radio/button-variant": {
"description": "Applies on of Bootstrap's theme colors when in 'button' mode",
"type": "string"
},
"b-radio/aria-label": {
"description": "Sets the value of 'aria-label' attribute on the rendered element",
"type": "string"
},
"b-radio/aria-labelledby": {
"description": "The ID of the element that provides a label for this component. Used as the value for the 'aria-labelledby' attribute",
"type": "string"
},
"b-radio/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-radio/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-radio/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-radio/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-radio/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-radio/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-radio/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-select/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-select/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-form-select/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-select/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-form-select/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-select/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-form-select/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-select/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-select/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-form-select/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-form-select/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-form-select/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-form-select/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-form-select/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-form-select/label-field": {
"description": "One of: string",
"type": "string"
},
"b-form-select/options-field": {
"description": "One of: string",
"type": "string"
},
"b-form-select/value": {
"description": "Current value of the select. Should be set to an array when the 'multiple' prop is set",
"type": "any"
},
"b-form-select/multiple": {
"description": "When set, allows multiple options to be selected (multi-select)",
"type": "boolean"
},
"b-form-select/select-size": {
"description": "When set to a number larger than 0, will set the number of display option rows. Note not all browser will respect this setting",
"type": "number"
},
"b-form-select/aria-invalid": {
"description": "Optional value to set for the 'aria-invalid' attribute. Supported values are 'true' and 'false'. If not set, the 'state' prop will dictate the value",
"type": "boolean|string"
},
"b-select/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-select/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-select/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-select/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-select/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-select/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-select/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-select/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-select/plain": {
"description": "Render the form control in plain mode, rather than custom styled mode",
"type": "boolean"
},
"b-select/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-select/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-select/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-select/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-select/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-select/label-field": {
"description": "One of: string",
"type": "string"
},
"b-select/options-field": {
"description": "One of: string",
"type": "string"
},
"b-select/value": {
"description": "Current value of the select. Should be set to an array when the 'multiple' prop is set",
"type": "any"
},
"b-select/multiple": {
"description": "When set, allows multiple options to be selected (multi-select)",
"type": "boolean"
},
"b-select/select-size": {
"description": "When set to a number larger than 0, will set the number of display option rows. Note not all browser will respect this setting",
"type": "number"
},
"b-select/aria-invalid": {
"description": "Optional value to set for the 'aria-invalid' attribute. Supported values are 'true' and 'false'. If not set, the 'state' prop will dictate the value",
"type": "boolean|string"
},
"b-form-select-option/value": {
"description": "The value of the option",
"type": "any"
},
"b-form-select-option/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-select-option/value": {
"description": "The value of the option",
"type": "any"
},
"b-select-option/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-select-option-group/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-form-select-option-group/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-form-select-option-group/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-form-select-option-group/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-form-select-option-group/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-form-select-option-group/label": {
"description": "One of: string",
"type": "string"
},
"b-select-option-group/options": {
"description": "Array of items to render in the component",
"type": "any[]|object"
},
"b-select-option-group/value-field": {
"description": "Field name in the 'options' array that should be used for the value",
"type": "string"
},
"b-select-option-group/text-field": {
"description": "Field name in the 'options' array that should be used for the text label",
"type": "string"
},
"b-select-option-group/html-field": {
"description": "Field name in the 'options' array that should be used for the html label instead of text field. Use with caution.",
"type": "string"
},
"b-select-option-group/disabled-field": {
"description": "Field name in the 'options' array that should be used for the disabled state",
"type": "string"
},
"b-select-option-group/label": {
"description": "One of: string",
"type": "string"
},
"b-form-spinbutton/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-spinbutton/value": {
"description": "The value of the spinbutton. Bound to the v-model",
"type": "number"
},
"b-form-spinbutton/min": {
"description": "The minimum value that can be selected. Negative numbers are allowed",
"type": "number|string"
},
"b-form-spinbutton/max": {
"description": "The maximum value that can be selected. Must be greater than the `min` prop.. Negative numbers are allowed",
"type": "number|string"
},
"b-form-spinbutton/step": {
"description": "A positive number that specifies the granularity that the value must adhere to",
"type": "number|string"
},
"b-form-spinbutton/wrap": {
"description": "When set, allows the value to wrap around when reading the minimum or maximum value",
"type": "boolean"
},
"b-form-spinbutton/formatter-fn": {
"description": "A reference to a method to format the displayed value. It ss passed a single argument which is the current value",
"type": "function"
},
"b-form-spinbutton/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-spinbutton/placeholder": {
"description": "Value to show when the v-model is `null`",
"type": "string"
},
"b-form-spinbutton/disabled": {
"description": "Places the component in a disabled state",
"type": "boolean"
},
"b-form-spinbutton/readonly": {
"description": "Places the component in a readonly state",
"type": "boolean"
},
"b-form-spinbutton/required": {
"description": "Adds the `aria-required=\"true\"` attribute on the component. Note this will not prevent for submission when the value is `null`",
"type": "boolean"
},
"b-form-spinbutton/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-form-spinbutton/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-spinbutton/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-spinbutton/inline": {
"description": "When set, renders the component as an inline element",
"type": "boolean"
},
"b-form-spinbutton/vertical": {
"description": "When set, renders the component with a vertical layout",
"type": "boolean"
},
"b-form-spinbutton/aria-label": {
"description": "Value to place in the `aria-label` attribute of the spinbutton",
"type": "string"
},
"b-form-spinbutton/aria-controls": {
"description": "If this component controls another component or element, set this to the ID of the controlled component or element",
"type": "string"
},
"b-form-spinbutton/label-decrement": {
"description": "Text to be used for the `aria-label` attribute on the decrement button",
"type": "string"
},
"b-form-spinbutton/label-increment": {
"description": "Text to be used for the `aria-label` attribute on the increment button",
"type": "string"
},
"b-form-spinbutton/locale": {
"description": "Specify the local to use for formatting the number. Defaults to the browser locale. Only applicable when using the internal formatter",
"type": "string|any[]"
},
"b-form-spinbutton/repeat-delay": {
"description": "Delay in milliseconds after before auto repeat increment or decrement happens. Must be a positive integer. Requires the user to click/keydown and hold",
"type": "number|string"
},
"b-form-spinbutton/repeat-interval": {
"description": "Interval in milliseconds between increment or decrement repeats. Must be a positive integer",
"type": "number|string"
},
"b-form-spinbutton/repeat-threshold": {
"description": "Number of repeats to occur before increasing the step size by `repeat-step-multiplier`. Must be a positive integer",
"type": "number|string"
},
"b-form-spinbutton/repeat-step-multiplier": {
"description": "Number of steps to jump by once the `repeat-threshold` has been reached. Must be a positive integer. This value is also used for the page up and down keys",
"type": "number|string"
},
"b-spinbutton/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-spinbutton/value": {
"description": "The value of the spinbutton. Bound to the v-model",
"type": "number"
},
"b-spinbutton/min": {
"description": "The minimum value that can be selected. Negative numbers are allowed",
"type": "number|string"
},
"b-spinbutton/max": {
"description": "The maximum value that can be selected. Must be greater than the `min` prop.. Negative numbers are allowed",
"type": "number|string"
},
"b-spinbutton/step": {
"description": "A positive number that specifies the granularity that the value must adhere to",
"type": "number|string"
},
"b-spinbutton/wrap": {
"description": "When set, allows the value to wrap around when reading the minimum or maximum value",
"type": "boolean"
},
"b-spinbutton/formatter-fn": {
"description": "A reference to a method to format the displayed value. It ss passed a single argument which is the current value",
"type": "function"
},
"b-spinbutton/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-spinbutton/placeholder": {
"description": "Value to show when the v-model is `null`",
"type": "string"
},
"b-spinbutton/disabled": {
"description": "Places the component in a disabled state",
"type": "boolean"
},
"b-spinbutton/readonly": {
"description": "Places the component in a readonly state",
"type": "boolean"
},
"b-spinbutton/required": {
"description": "Adds the `aria-required=\"true\"` attribute on the component. Note this will not prevent for submission when the value is `null`",
"type": "boolean"
},
"b-spinbutton/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-spinbutton/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-spinbutton/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-spinbutton/inline": {
"description": "When set, renders the component as an inline element",
"type": "boolean"
},
"b-spinbutton/vertical": {
"description": "When set, renders the component with a vertical layout",
"type": "boolean"
},
"b-spinbutton/aria-label": {
"description": "Value to place in the `aria-label` attribute of the spinbutton",
"type": "string"
},
"b-spinbutton/aria-controls": {
"description": "If this component controls another component or element, set this to the ID of the controlled component or element",
"type": "string"
},
"b-spinbutton/label-decrement": {
"description": "Text to be used for the `aria-label` attribute on the decrement button",
"type": "string"
},
"b-spinbutton/label-increment": {
"description": "Text to be used for the `aria-label` attribute on the increment button",
"type": "string"
},
"b-spinbutton/locale": {
"description": "Specify the local to use for formatting the number. Defaults to the browser locale. Only applicable when using the internal formatter",
"type": "string|any[]"
},
"b-spinbutton/repeat-delay": {
"description": "Delay in milliseconds after before auto repeat increment or decrement happens. Must be a positive integer. Requires the user to click/keydown and hold",
"type": "number|string"
},
"b-spinbutton/repeat-interval": {
"description": "Interval in milliseconds between increment or decrement repeats. Must be a positive integer",
"type": "number|string"
},
"b-spinbutton/repeat-threshold": {
"description": "Number of repeats to occur before increasing the step size by `repeat-step-multiplier`. Must be a positive integer",
"type": "number|string"
},
"b-spinbutton/repeat-step-multiplier": {
"description": "Number of steps to jump by once the `repeat-threshold` has been reached. Must be a positive integer. This value is also used for the page up and down keys",
"type": "number|string"
},
"b-form-tags/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-tags/input-id": {
"description": "ID to apply to the new tag input element. If not provided, a unique ID will be auto generated",
"type": "string"
},
"b-form-tags/placeholder": {
"description": "Sets the 'placeholder' attribute value on the form control",
"type": "string"
},
"b-form-tags/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-tags/name": {
"description": "Sets the value of the 'name' attribute on the form control. When set, creates a hidden input for each tag",
"type": "string"
},
"b-form-tags/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-tags/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-form-tags/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-tags/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-tags/input-type": {
"description": "Specifies the type of input to use: 'text', 'email', 'tel', 'url', or 'number'. Default is 'text'",
"type": "string"
},
"b-form-tags/input-class": {
"description": "Class (or classes) to apply to the new tag input element",
"type": "string|any[]|object"
},
"b-form-tags/input-attrs": {
"description": "Additional attributes to apply to the new tag input element",
"type": "object"
},
"b-form-tags/add-button-text": {
"description": "Text for the built in 'Add' button. Slot `add-button-text' takes precedence",
"type": "string"
},
"b-form-tags/add-button-variant": {
"description": "Applies one of the Bootstrap theme color variants to the 'Add' button",
"type": "string"
},
"b-form-tags/tag-variant": {
"description": "Applies one of the Bootstrap theme color variants to the tags",
"type": "string"
},
"b-form-tags/tag-class": {
"description": "Class (or classes) to apply to the tags",
"type": "string|any[]|object"
},
"b-form-tags/tag-pills": {
"description": "Makes the built in tags have a pill appearance",
"type": "boolean"
},
"b-form-tags/tag-remove-label": {
"description": "The value of the 'aria-label' attribute on the remove button in the tag",
"type": "string"
},
"b-form-tags/tag-removed-label": {
"description": "Label for the aria-live region that announces removed tag(s) to screen reader users",
"type": "string"
},
"b-form-tags/tag-validator": {
"description": "Optional tag validator method. Passed a single argument of tag being added. Should return 'true' if the tag passes validation, or 'false' if the tag cannot be added",
"type": "function"
},
"b-form-tags/duplicate-tag-text": {
"description": "The message when duplicate tags are detected. Set to an empty string to disable the message",
"type": "string"
},
"b-form-tags/invalid-tag-text": {
"description": "The error message when invalid tags are detected. Set to an empty string to disable the message",
"type": "string"
},
"b-form-tags/separator": {
"description": "Separator character(s) that will trigger a tag to be created",
"type": "string|any[]"
},
"b-form-tags/remove-on-delete": {
"description": "When set, enables removal of last tag in tags when user presses delete or backspace and the input is empty",
"type": "boolean"
},
"b-form-tags/add-on-change": {
"description": "When set, enables adding the tag on the input's 'change' event",
"type": "boolean"
},
"b-form-tags/no-add-on-enter": {
"description": "When set, disables adding the tag on the input's 'keydown.enter' event",
"type": "boolean"
},
"b-form-tags/no-outer-focus": {
"description": "When set, disables the focus styling of the component root element",
"type": "boolean"
},
"b-form-tags/value": {
"description": "Array of current tags. This is the v-model",
"type": "any[]"
},
"b-tags/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-tags/input-id": {
"description": "ID to apply to the new tag input element. If not provided, a unique ID will be auto generated",
"type": "string"
},
"b-tags/placeholder": {
"description": "Sets the 'placeholder' attribute value on the form control",
"type": "string"
},
"b-tags/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-tags/name": {
"description": "Sets the value of the 'name' attribute on the form control. When set, creates a hidden input for each tag",
"type": "string"
},
"b-tags/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-tags/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-tags/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-tags/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-tags/input-type": {
"description": "Specifies the type of input to use: 'text', 'email', 'tel', 'url', or 'number'. Default is 'text'",
"type": "string"
},
"b-tags/input-class": {
"description": "Class (or classes) to apply to the new tag input element",
"type": "string|any[]|object"
},
"b-tags/input-attrs": {
"description": "Additional attributes to apply to the new tag input element",
"type": "object"
},
"b-tags/add-button-text": {
"description": "Text for the built in 'Add' button. Slot `add-button-text' takes precedence",
"type": "string"
},
"b-tags/add-button-variant": {
"description": "Applies one of the Bootstrap theme color variants to the 'Add' button",
"type": "string"
},
"b-tags/tag-variant": {
"description": "Applies one of the Bootstrap theme color variants to the tags",
"type": "string"
},
"b-tags/tag-class": {
"description": "Class (or classes) to apply to the tags",
"type": "string|any[]|object"
},
"b-tags/tag-pills": {
"description": "Makes the built in tags have a pill appearance",
"type": "boolean"
},
"b-tags/tag-remove-label": {
"description": "The value of the 'aria-label' attribute on the remove button in the tag",
"type": "string"
},
"b-tags/tag-removed-label": {
"description": "Label for the aria-live region that announces removed tag(s) to screen reader users",
"type": "string"
},
"b-tags/tag-validator": {
"description": "Optional tag validator method. Passed a single argument of tag being added. Should return 'true' if the tag passes validation, or 'false' if the tag cannot be added",
"type": "function"
},
"b-tags/duplicate-tag-text": {
"description": "The message when duplicate tags are detected. Set to an empty string to disable the message",
"type": "string"
},
"b-tags/invalid-tag-text": {
"description": "The error message when invalid tags are detected. Set to an empty string to disable the message",
"type": "string"
},
"b-tags/separator": {
"description": "Separator character(s) that will trigger a tag to be created",
"type": "string|any[]"
},
"b-tags/remove-on-delete": {
"description": "When set, enables removal of last tag in tags when user presses delete or backspace and the input is empty",
"type": "boolean"
},
"b-tags/add-on-change": {
"description": "When set, enables adding the tag on the input's 'change' event",
"type": "boolean"
},
"b-tags/no-add-on-enter": {
"description": "When set, disables adding the tag on the input's 'keydown.enter' event",
"type": "boolean"
},
"b-tags/no-outer-focus": {
"description": "When set, disables the focus styling of the component root element",
"type": "boolean"
},
"b-tags/value": {
"description": "Array of current tags. This is the v-model",
"type": "any[]"
},
"b-form-tag/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-tag/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-form-tag/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-tag/title": {
"description": "Value to place in the 'title' attribute of the tag. Will also be used for the tag content if no default slot provided",
"type": "string"
},
"b-form-tag/pill": {
"description": "Makes the tag have a pill appearance",
"type": "boolean"
},
"b-form-tag/remove-label": {
"description": "The value of the 'aria-label' attribute on the remove button in the tag",
"type": "string"
},
"b-form-tag/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-tag/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-tag/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-tag/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-tag/title": {
"description": "Value to place in the 'title' attribute of the tag. Will also be used for the tag content if no default slot provided",
"type": "string"
},
"b-tag/pill": {
"description": "Makes the tag have a pill appearance",
"type": "boolean"
},
"b-tag/remove-label": {
"description": "The value of the 'aria-label' attribute on the remove button in the tag",
"type": "string"
},
"b-tag/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-form-textarea/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-form-textarea/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-form-textarea/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-form-textarea/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-form-textarea/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-form-textarea/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-form-textarea/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-form-textarea/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-form-textarea/value": {
"description": "The current value of the textarea. Result will always be a string, except when the 'number' prop is used",
"type": "string|number"
},
"b-form-textarea/aria-invalid": {
"description": "Sets the 'aria-invalid' attribute with the specified value",
"type": "boolean|string"
},
"b-form-textarea/readonly": {
"description": "Sets the 'readonly' attribute on the form control",
"type": "boolean"
},
"b-form-textarea/plaintext": {
"description": "Set the form control as readonly and renders the control to look like plain text (no borders)",
"type": "boolean"
},
"b-form-textarea/autocomplete": {
"description": "Sets the 'autocomplete' attribute value on the form control",
"type": "string"
},
"b-form-textarea/placeholder": {
"description": "Sets the 'placeholder' attribute value on the form control",
"type": "string"
},
"b-form-textarea/formatter": {
"description": "reference to a function for formatting the textarea",
"type": "function"
},
"b-form-textarea/lazy-formatter": {
"description": "When set, the textarea is formatted on blur instead of each keystroke (if there is a formatter specified)",
"type": "boolean"
},
"b-form-textarea/trim": {
"description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier",
"type": "boolean"
},
"b-form-textarea/number": {
"description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier",
"type": "boolean"
},
"b-form-textarea/lazy": {
"description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier",
"type": "boolean"
},
"b-form-textarea/debounce": {
"description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set",
"type": "number|string"
},
"b-form-textarea/rows": {
"description": "The minimum number of rows to display. Must be a value greater than 1",
"type": "number|string"
},
"b-form-textarea/max-rows": {
"description": "The maximum number of rows to show. When provided, the textarea will grow (or shrink) to fit the content up to maximum rows",
"type": "number|string"
},
"b-form-textarea/wrap": {
"description": "The value to place on the textarea's 'wrap' attribute. Controls how line break are returned",
"type": "string"
},
"b-form-textarea/no-resize": {
"description": "When set, disabled the browser's resize handle which prevents the user from changing the height of the textarea. Automatically set when in auto height mode",
"type": "boolean"
},
"b-form-textarea/no-auto-shrink": {
"description": "When set, prevents the auto height textarea from shrinking to fit the content",
"type": "boolean"
},
"b-textarea/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-textarea/name": {
"description": "Sets the value of the 'name' attribute on the form control",
"type": "string"
},
"b-textarea/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-textarea/required": {
"description": "Adds the 'required' attribute to the form control",
"type": "boolean"
},
"b-textarea/form": {
"description": "ID of the form that the form control belongs to. Sets the 'form' attribute on the control",
"type": "string"
},
"b-textarea/autofocus": {
"description": "When set to 'true', attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the 'autofocus' attribute on the control",
"type": "boolean"
},
"b-textarea/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-textarea/state": {
"description": "Controls the validation state appearance of the component. 'true' for valid, 'false' for invalid', or 'null' for no validation state",
"type": "boolean"
},
"b-textarea/value": {
"description": "The current value of the textarea. Result will always be a string, except when the 'number' prop is used",
"type": "string|number"
},
"b-textarea/aria-invalid": {
"description": "Sets the 'aria-invalid' attribute with the specified value",
"type": "boolean|string"
},
"b-textarea/readonly": {
"description": "Sets the 'readonly' attribute on the form control",
"type": "boolean"
},
"b-textarea/plaintext": {
"description": "Set the form control as readonly and renders the control to look like plain text (no borders)",
"type": "boolean"
},
"b-textarea/autocomplete": {
"description": "Sets the 'autocomplete' attribute value on the form control",
"type": "string"
},
"b-textarea/placeholder": {
"description": "Sets the 'placeholder' attribute value on the form control",
"type": "string"
},
"b-textarea/formatter": {
"description": "reference to a function for formatting the textarea",
"type": "function"
},
"b-textarea/lazy-formatter": {
"description": "When set, the textarea is formatted on blur instead of each keystroke (if there is a formatter specified)",
"type": "boolean"
},
"b-textarea/trim": {
"description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier",
"type": "boolean"
},
"b-textarea/number": {
"description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier",
"type": "boolean"
},
"b-textarea/lazy": {
"description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier",
"type": "boolean"
},
"b-textarea/debounce": {
"description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set",
"type": "number|string"
},
"b-textarea/rows": {
"description": "The minimum number of rows to display. Must be a value greater than 1",
"type": "number|string"
},
"b-textarea/max-rows": {
"description": "The maximum number of rows to show. When provided, the textarea will grow (or shrink) to fit the content up to maximum rows",
"type": "number|string"
},
"b-textarea/wrap": {
"description": "The value to place on the textarea's 'wrap' attribute. Controls how line break are returned",
"type": "string"
},
"b-textarea/no-resize": {
"description": "When set, disabled the browser's resize handle which prevents the user from changing the height of the textarea. Automatically set when in auto height mode",
"type": "boolean"
},
"b-textarea/no-auto-shrink": {
"description": "When set, prevents the auto height textarea from shrinking to fit the content",
"type": "boolean"
},
"b-img/src": {
"description": "URL to set for the 'src' attribute",
"type": "string"
},
"b-img/srcset": {
"description": "One or more strings separated by commas (or an array of strings), indicating possible image sources for the user agent to use",
"type": "string|any[]"
},
"b-img/sizes": {
"description": "One or more strings separated by commas (or an array of strings), indicating a set of source sizes. Optionally used in combination with the srcset prop",
"type": "string|any[]"
},
"b-img/alt": {
"description": "Value to set for the 'alt' attribute",
"type": "string"
},
"b-img/width": {
"description": "The value to set on the image's 'width' attribute",
"type": "number|string"
},
"b-img/height": {
"description": "The value to set on the image's 'height' attribute",
"type": "number|string"
},
"b-img/block": {
"description": "Forces the image to display as a block element rather than the browser default of inline-block element",
"type": "boolean"
},
"b-img/fluid": {
"description": "Makes the image responsive. The image will shrink as needed or grow up the the image's native width",
"type": "boolean"
},
"b-img/fluid-grow": {
"description": "Similar to the 'fluid' prop, but allows the image to scale up past its native width",
"type": "boolean"
},
"b-img/rounded": {
"description": "When set to 'true', makes the image corners slightly rounded. Can also be used to disable rounded corners or make the image a circle/oval. See docs for details",
"type": "boolean|string"
},
"b-img/thumbnail": {
"description": "Adds a thumbnail border around the image",
"type": "boolean"
},
"b-img/left": {
"description": "Floats the image to the left when set",
"type": "boolean"
},
"b-img/right": {
"description": "Floats the image to the right when set",
"type": "boolean"
},
"b-img/center": {
"description": "Centers the image horizontally",
"type": "boolean"
},
"b-img/blank": {
"description": "Creates a blank/transparent image via an SVG data URI",
"type": "boolean"
},
"b-img/blank-color": {
"description": "Sets the color of the blank image to the CSS color value specified",
"type": "string"
},
"b-img-lazy/src": {
"description": "URL to set for the 'src' attribute",
"type": "string"
},
"b-img-lazy/srcset": {
"description": "One or more strings separated by commas (or an array of strings), indicating possible image sources for the user agent to use",
"type": "string|any[]"
},
"b-img-lazy/sizes": {
"description": "One or more strings separated by commas (or an array of strings), indicating a set of source sizes. Optionally used in combination with the srcset prop",
"type": "string|any[]"
},
"b-img-lazy/alt": {
"description": "Value to set for the 'alt' attribute",
"type": "string"
},
"b-img-lazy/width": {
"description": "The value to set on the image's 'width' attribute",
"type": "number|string"
},
"b-img-lazy/height": {
"description": "The value to set on the image's 'height' attribute",
"type": "number|string"
},
"b-img-lazy/blank-src": {
"description": "Placeholder image instead of a blank image",
"type": "string"
},
"b-img-lazy/blank-color": {
"description": "Sets the color of the blank placeholder image to the CSS color value specified",
"type": "string"
},
"b-img-lazy/blank-width": {
"description": "The value to set on the placeholder image's 'width' attribute. Defaults to value of the 'width' prop",
"type": "number|string"
},
"b-img-lazy/blank-height": {
"description": "The value to set on the placeholder image's 'height' attribute. Defaults to value of the 'height' prop",
"type": "number|string"
},
"b-img-lazy/show": {
"description": "If set to true, will force show the image specified via the 'src' prop",
"type": "boolean"
},
"b-img-lazy/fluid": {
"description": "Makes the image responsive. The image will shrink as needed or grow up the the image's native width",
"type": "boolean"
},
"b-img-lazy/fluid-grow": {
"description": "Similar to the 'fluid' prop, but allows the image to scale up past its native width",
"type": "boolean"
},
"b-img-lazy/block": {
"description": "Forces the image to display as a block element rather than the browser default of inline-block element",
"type": "boolean"
},
"b-img-lazy/thumbnail": {
"description": "Adds a thumbnail border around the image",
"type": "boolean"
},
"b-img-lazy/rounded": {
"description": "When set to 'true', makes the image corners slightly rounded. Can also be used to disable rounded corners or make the image a circle/oval. See docs for details",
"type": "boolean|string"
},
"b-img-lazy/left": {
"description": "Floats the image to the left when set",
"type": "boolean"
},
"b-img-lazy/right": {
"description": "Floats the image to the right when set",
"type": "boolean"
},
"b-img-lazy/center": {
"description": "Centers the image horizontally",
"type": "boolean"
},
"b-img-lazy/offset": {
"description": "Number of pixels away from the viewport edge before the lazy image is loaded",
"type": "number|string"
},
"b-input-group/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-input-group/size": {
"description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-input-group/prepend": {
"description": "Text to prepend to the input group",
"type": "string"
},
"b-input-group/prepend-html": {
"description": "HTML string to prepend to the input group. Has precedence over 'prepend' prop. Use with caution",
"type": "string"
},
"b-input-group/append": {
"description": "Text to append to the input group",
"type": "string"
},
"b-input-group/append-html": {
"description": "HTML string to append to the input group. Has precedence over 'append' prop. Use with caution",
"type": "string"
},
"b-input-group/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-input-group-prepend/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-input-group-prepend/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-input-group-prepend/is-text": {
"description": "When 'true', wraps the content in a b-input-group-text component",
"type": "boolean"
},
"b-input-group-append/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-input-group-append/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-input-group-append/is-text": {
"description": "When 'true', wraps the content in a b-input-group-text component",
"type": "boolean"
},
"b-input-group-text/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-input-group-addon/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-input-group-addon/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-input-group-addon/is-text": {
"description": "When 'true', wraps the content in a b-input-group-text component",
"type": "boolean"
},
"b-input-group-addon/append": {
"description": "When set to 'true' sets the addon as being appended. defaults to 'false' which is prepended",
"type": "boolean"
},
"b-jumbotron/fluid": {
"description": "Makes the jumbotron full width, and without rounded corners. When set, the inner content will automatically be wrapped into a 'b-container' (fixed width at the various breakpoints)",
"type": "boolean"
},
"b-jumbotron/container-fluid": {
"description": "When prop 'fluid' is set, this prop will make the inner container wrapper also fluid in width. Can also be set to one of the Bootstrap breakpoint names",
"type": "boolean|string"
},
"b-jumbotron/header": {
"description": "Text content to place in the header",
"type": "string"
},
"b-jumbotron/header-html": {
"description": "HTML string content to place in the header. Use with caution",
"type": "string"
},
"b-jumbotron/header-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the header",
"type": "string"
},
"b-jumbotron/header-level": {
"description": "Scaling factor of the header. Values range from 1 to 5",
"type": "number|string"
},
"b-jumbotron/lead": {
"description": "Text string to place in the lead paragraph",
"type": "string"
},
"b-jumbotron/lead-html": {
"description": "HTML string to place in the lead paragraph. Use with caution",
"type": "string"
},
"b-jumbotron/lead-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the lead paragraph",
"type": "string"
},
"b-jumbotron/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-jumbotron/bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the background",
"type": "string"
},
"b-jumbotron/border-variant": {
"description": "Applies one of the Bootstrap theme color variants to the border",
"type": "string"
},
"b-jumbotron/text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the text",
"type": "string"
},
"b-container/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-container/fluid": {
"description": "When set to true, makes the row 100% wide all the time, or set to one of the Bootstrap breakpoint names for 100% width up to the breakpoint (requires Bootstrap v4.4+ CSS for breakpoint specific value)",
"type": "boolean|string"
},
"b-row/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-row/no-gutters": {
"description": "When set, removes the margin from the row and removes the padding from the child columns",
"type": "boolean"
},
"b-row/align-v": {
"description": "Vertical alignment of all columns in a row: 'start', 'center', or 'end'",
"type": "string"
},
"b-row/align-h": {
"description": "Horizontal alignment/spacing of all columns: 'start', 'center', 'end', 'around', or 'between'",
"type": "string"
},
"b-row/align-content": {
"description": "Align columns items together on the cross axis: 'start', 'center', 'end', 'around', 'between' or 'stretch'. Has no effect on single rows of items",
"type": "string"
},
"b-row/cols": {
"description": "The number row columns to create at the 'xs' breakpoint. Requires Bootstrap v4.4 CSS",
"type": "string|number"
},
"b-row/cols-sm": {
"description": "The number row columns to create at the 'sm' breakpoint. Requires Bootstrap v4.4 CSS",
"type": "string|number"
},
"b-row/cols-md": {
"description": "The number row columns to create at the 'md' breakpoint. Requires Bootstrap v4.4 CSS",
"type": "string|number"
},
"b-row/cols-lg": {
"description": "The number row columns to create at the 'lg' breakpoint. Requires Bootstrap v4.4 CSS",
"type": "string|number"
},
"b-row/cols-xl": {
"description": "The number row columns to create at the 'xl' breakpoint. Requires Bootstrap v4.4 CSS",
"type": "string|number"
},
"b-col/col": {
"description": "When true makes an equal width column grid cell spans for xs and up breakpoints",
"type": "boolean"
},
"b-col/cols": {
"description": "Number of columns the grid cell spans for xs and up breakpoints",
"type": "string|number"
},
"b-col/sm": {
"description": "Number of columns the grid cell spans for sm and up breakpoints",
"type": "boolean|string|number"
},
"b-col/md": {
"description": "Number of columns the grid cell spans for md and up breakpoints",
"type": "boolean|string|number"
},
"b-col/lg": {
"description": "Number of columns the grid cell spans for lg and up breakpoints",
"type": "boolean|string|number"
},
"b-col/xl": {
"description": "Number of columns the grid cell spans for xl and up breakpoints",
"type": "boolean|string|number"
},
"b-col/offset": {
"description": "Number of columns the grid cell is offset for xs and up breakpoints",
"type": "string|number"
},
"b-col/offset-sm": {
"description": "Number of columns the grid cell is offset for sm and up breakpoints",
"type": "string|number"
},
"b-col/offset-md": {
"description": "Number of columns the grid cell is offset for md and up breakpoints",
"type": "string|number"
},
"b-col/offset-lg": {
"description": "Number of columns the grid cell is offset for lg and up breakpoints",
"type": "string|number"
},
"b-col/offset-xl": {
"description": "Number of columns the grid cell is offset for xl and up breakpoints",
"type": "string|number"
},
"b-col/order": {
"description": "Flex order of the grid cell for xs and up breakpoints",
"type": "string|number"
},
"b-col/order-sm": {
"description": "Flex order of the grid cell for sm and up breakpoints",
"type": "string|number"
},
"b-col/order-md": {
"description": "Flex order of the grid cell for md and up breakpoints",
"type": "string|number"
},
"b-col/order-lg": {
"description": "Flex order of the grid cell for lg and up breakpoints",
"type": "string|number"
},
"b-col/order-xl": {
"description": "Flex order of the grid cell for xl and up breakpoints",
"type": "string|number"
},
"b-col/align-self": {
"description": "Vertical alignment of the grid cell with respect to the row: 'start', 'center', or 'end'",
"type": "string"
},
"b-col/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-form-row/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-link/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-link/rel": {
"description": "Sets the 'rel' attribute on the rendered link",
"type": "string"
},
"b-link/target": {
"description": "Sets the 'target' attribute on the rendered link",
"type": "string"
},
"b-link/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-link/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-link/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-link/append": {
"description": "router-link prop: Setting append prop always appends the relative path to the current path",
"type": "boolean"
},
"b-link/replace": {
"description": "router-link prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record",
"type": "boolean"
},
"b-link/event": {
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default",
"type": "string|any[]"
},
"b-link/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-link/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-link/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-link/router-tag": {
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value",
"type": "string"
},
"b-link/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-list-group/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-list-group/flush": {
"description": "When set, renders a flush list group with no left and right borders",
"type": "boolean"
},
"b-list-group/horizontal": {
"description": "When set, renders the list-group horizontally rather than the default of vertical",
"type": "boolean|string"
},
"b-list-group-item/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-list-group-item/action": {
"description": "When set, give the item the appearance of having an action. Not needed when props 'to', 'href' or 'button' are used",
"type": "boolean"
},
"b-list-group-item/button": {
"description": "When true renders the list-group-item as a button element",
"type": "boolean"
},
"b-list-group-item/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-list-group-item/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-list-group-item/rel": {
"description": "Sets the 'rel' attribute on the rendered link",
"type": "string"
},
"b-list-group-item/target": {
"description": "Sets the 'target' attribute on the rendered link",
"type": "string"
},
"b-list-group-item/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-list-group-item/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-list-group-item/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-list-group-item/append": {
"description": "router-link prop: Setting append prop always appends the relative path to the current path",
"type": "boolean"
},
"b-list-group-item/replace": {
"description": "router-link prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record",
"type": "boolean"
},
"b-list-group-item/event": {
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default",
"type": "string|any[]"
},
"b-list-group-item/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-list-group-item/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-list-group-item/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-list-group-item/router-tag": {
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value",
"type": "string"
},
"b-list-group-item/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-media/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-media/right-align": {
"description": "Render the 'aside' slot on the right. Default is on the left",
"type": "boolean"
},
"b-media/vertical-align": {
"description": "Vertical alignment of the 'aside' slot: 'start' (or 'top'), 'center', or 'end' (or 'bottom')",
"type": "string"
},
"b-media/no-body": {
"description": "When set, does not render a 'b-media-body' wrapper around the default slot content",
"type": "boolean"
},
"b-media-aside/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-media-aside/vertical-align": {
"description": "Vertical alignment of the aside: 'start' (or 'top'), 'center', or 'end' (or 'bottom')",
"type": "string"
},
"b-media-body/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-modal/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-modal/size": {
"description": "Set the size of the modal's width. 'sm', 'md' (default), 'lg', or 'xl'",
"type": "string"
},
"b-modal/centered": {
"description": "Vertically centers the modal in the viewport",
"type": "boolean"
},
"b-modal/scrollable": {
"description": "Enables scrolling of the modal body",
"type": "boolean"
},
"b-modal/button-size": {
"description": "Size of the built in footer buttons: 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-modal/no-stacking": {
"description": "Prevents other modals from stacking over this one",
"type": "boolean"
},
"b-modal/no-fade": {
"description": "When set to 'true', disables the fade animation/transition on the component",
"type": "boolean"
},
"b-modal/no-close-on-backdrop": {
"description": "Disables the ability to close the modal by clicking the backdrop",
"type": "boolean"
},
"b-modal/no-close-on-esc": {
"description": "Disables the ability to close the modal by pressing ESC",
"type": "boolean"
},
"b-modal/no-enforce-focus": {
"description": "Disables the enforce focus routine which maintains focus inside the modal",
"type": "boolean"
},
"b-modal/ignore-enforce-focus-selector": {
"description": "Ignore certain elements from the enforce focus routine, specified by css selector(s)",
"type": "any[]|string"
},
"b-modal/title": {
"description": "Text content to place in the title",
"type": "string"
},
"b-modal/title-html": {
"description": "HTML string content to place in the title. Use with caution",
"type": "string"
},
"b-modal/title-tag": {
"description": "Specify the HTML tag to render instead of the default tag for the title",
"type": "string"
},
"b-modal/title-class": {
"description": "CSS class (or classes) to apply to the title",
"type": "string|any[]|object"
},
"b-modal/title-sr-only": {
"description": "Wraps the title in an '.sr-only' wrapper",
"type": "boolean"
},
"b-modal/aria-label": {
"description": "Explicitly supply an 'aria-label' attribute for the modal. Should be set when the modal has no title. When not set 'aria-labelledby' will point to the modal's title",
"type": "string"
},
"b-modal/header-bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header background",
"type": "string"
},
"b-modal/header-border-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header border",
"type": "string"
},
"b-modal/header-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the header text",
"type": "string"
},
"b-modal/header-close-variant": {
"description": "Text theme color variant to apply to the header close button",
"type": "string"
},
"b-modal/header-class": {
"description": "CSS class (or classes) to apply to the '.modal-header' wrapper element",
"type": "string|any[]|object"
},
"b-modal/body-bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the body background",
"type": "string"
},
"b-modal/body-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the body text",
"type": "string"
},
"b-modal/modal-class": {
"description": "CSS class (or classes) to apply to the '.modal' wrapper element",
"type": "string|any[]|object"
},
"b-modal/dialog-class": {
"description": "CSS class (or classes) to apply to the '.modal-dialog' wrapper element",
"type": "string|any[]|object"
},
"b-modal/content-class": {
"description": "CSS class (or classes) to apply to the '.modal-content' wrapper element",
"type": "string|any[]|object"
},
"b-modal/body-class": {
"description": "CSS class (or classes) to apply to the '.modal-body' wrapper element",
"type": "string|any[]|object"
},
"b-modal/footer-bg-variant": {
"description": "Applies one of the Bootstrap theme color variants to the footer background",
"type": "string"
},
"b-modal/footer-border-variant": {
"description": "Applies one of the Bootstrap theme color variants to the footer border",
"type": "string"
},
"b-modal/footer-text-variant": {
"description": "Applies one of the Bootstrap theme color variants to the footer text",
"type": "string"
},
"b-modal/footer-class": {
"description": "CSS class (or classes) to apply to the '.modal-footer' wrapper element",
"type": "string|any[]|object"
},
"b-modal/hide-header": {
"description": "Disables rendering of the modal header",
"type": "boolean"
},
"b-modal/hide-footer": {
"description": "Disables rendering of the modal footer",
"type": "boolean"
},
"b-modal/hide-header-close": {
"description": "Disables rendering of the modal header's close button",
"type": "boolean"
},
"b-modal/hide-backdrop": {
"description": "Disables rendering of the modal backdrop",
"type": "boolean"
},
"b-modal/ok-only": {
"description": "Disables rendering of the default footer Cancel button",
"type": "boolean"
},
"b-modal/ok-disabled": {
"description": "Places the default footer OK button in the disabled state",
"type": "boolean"
},
"b-modal/cancel-disabled": {
"description": "Places the default footer Cancel button in the disabled state",
"type": "boolean"
},
"b-modal/visible": {
"description": "The current visibility state of the modal",
"type": "boolean"
},
"b-modal/return-focus": {
"description": "HTML Element reference, CSS selector, or component reference to return focus to when the modal closes. When not set, will return focus to the element that last had focus before the modal opened",
"type": "HTMLElement|string|object"
},
"b-modal/header-close-content": {
"description": "Content of the header close button",
"type": "string"
},
"b-modal/header-close-label": {
"description": "Value of the 'aria-label' on the header close button",
"type": "string"
},
"b-modal/cancel-title": {
"description": "Text string to place in the default footer Cancel button",
"type": "string"
},
"b-modal/cancel-title-html": {
"description": "HTML string to place in the default footer Cancel button. Use with caution",
"type": "string"
},
"b-modal/ok-title": {
"description": "Text string to place in the default footer OK button",
"type": "string"
},
"b-modal/ok-title-html": {
"description": "HTML string to place in the default footer OK button. Use with caution",
"type": "string"
},
"b-modal/cancel-variant": {
"description": "Button color theme variant to apply to the default footer Cancel button",
"type": "string"
},
"b-modal/ok-variant": {
"description": "Button color theme variant to apply to the default footer OK button",
"type": "string"
},
"b-modal/lazy": {
"description": "When the modal has the `static` prop set, renders the modal content lazily",
"type": "boolean"
},
"b-modal/busy": {
"description": "Places the built in default footer OK and Cancel buttons in the disabled state",
"type": "boolean"
},
"b-modal/static": {
"description": "Renders the content of the component in-place in the DOM, rather than portalling it to be appended to the body element",
"type": "boolean"
},
"b-modal/auto-focus-button": {
"description": "Specify which built-in button to focus once the modal opens: 'ok', 'cancel', or 'close'",
"type": "string"
},
"b-nav/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-nav/fill": {
"description": "Proportionately fills all horizontal space with nav items. All horizontal space is occupied, but not every nav item has the same width",
"type": "boolean"
},
"b-nav/justified": {
"description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width",
"type": "boolean"
},
"b-nav/align": {
"description": "Align the nav items in the nav: 'start' (or 'left'), 'center', 'end' (or 'right')",
"type": "string"
},
"b-nav/tabs": {
"description": "Renders the nav items with the appearance of tabs",
"type": "boolean"
},
"b-nav/pills": {
"description": "Renders the nav items with the appearance of pill buttons",
"type": "boolean"
},
"b-nav/vertical": {
"description": "Renders the nav vertically",
"type": "boolean"
},
"b-nav/small": {
"description": "Makes the nav smaller",
"type": "boolean"
},
"b-nav/card-header": {
"description": "Set this prop when the nav is placed inside a card header",
"type": "boolean"
},
"b-nav-item/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-nav-item/rel": {
"description": "Sets the 'rel' attribute on the rendered link",
"type": "string"
},
"b-nav-item/target": {
"description": "Sets the 'target' attribute on the rendered link",
"type": "string"
},
"b-nav-item/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-nav-item/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-nav-item/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-nav-item/append": {
"description": "router-link prop: Setting append prop always appends the relative path to the current path",
"type": "boolean"
},
"b-nav-item/replace": {
"description": "router-link prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record",
"type": "boolean"
},
"b-nav-item/event": {
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default",
"type": "string|any[]"
},
"b-nav-item/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-nav-item/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-nav-item/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-nav-item/router-tag": {
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value",
"type": "string"
},
"b-nav-item/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-nav-item/link-attrs": {
"description": "Additional attributes to place on the nested link element",
"type": "object"
},
"b-nav-item/link-classes": {
"description": "CSS class (or classes) to place on the nested link element",
"type": "string|object|any[]"
},
"b-nav-form/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-nav-form/novalidate": {
"description": "When set, disables browser native HTML5 validation on controls in the form",
"type": "boolean"
},
"b-nav-form/validated": {
"description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states",
"type": "boolean"
},
"b-nav-form/form-class": {
"description": "One of: string or any[] or object",
"type": "string|any[]|object"
},
"b-nav-item-dropdown/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-nav-item-dropdown/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-nav-item-dropdown/dropup": {
"description": "When set, positions the menu on the top of the button",
"type": "boolean"
},
"b-nav-item-dropdown/dropright": {
"description": "When set, positions the menu to the right of the button",
"type": "boolean"
},
"b-nav-item-dropdown/dropleft": {
"description": "When set, positions the menu to the left of the button",
"type": "boolean"
},
"b-nav-item-dropdown/right": {
"description": "Align the right edge of the menu with the right of the button",
"type": "boolean"
},
"b-nav-item-dropdown/offset": {
"description": "One of: number or string",
"type": "number|string"
},
"b-nav-item-dropdown/no-flip": {
"description": "Prevent the menu from auto flipping positions",
"type": "boolean"
},
"b-nav-item-dropdown/popper-opts": {
"description": "Additional configuration to pass to Popper.js",
"type": "any"
},
"b-nav-item-dropdown/boundary": {
"description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement. Has no effect when dropdown is inside a b-navbar",
"type": "string|HTMLElement"
},
"b-nav-item-dropdown/text": {
"description": "Text to place in the toggle button, or in the split button is split mode",
"type": "string"
},
"b-nav-item-dropdown/html": {
"description": "HTML string to place in the toggle button, or in the split button is split mode. Use with caution",
"type": "string"
},
"b-nav-item-dropdown/menu-class": {
"description": "CSS class (or classes) to add to the menu container",
"type": "string|any[]|object"
},
"b-nav-item-dropdown/toggle-class": {
"description": "CSS class (or classes) to add to the toggle button",
"type": "string|any[]|object"
},
"b-nav-item-dropdown/no-caret": {
"description": "Hide the caret indicator on the toggle button",
"type": "boolean"
},
"b-nav-item-dropdown/role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-nav-item-dropdown/lazy": {
"description": "When set, will only mount the menu content into the DOM when the menu is open",
"type": "boolean"
},
"b-nav-item-dd/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-nav-item-dd/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-nav-item-dd/dropup": {
"description": "When set, positions the menu on the top of the button",
"type": "boolean"
},
"b-nav-item-dd/dropright": {
"description": "When set, positions the menu to the right of the button",
"type": "boolean"
},
"b-nav-item-dd/dropleft": {
"description": "When set, positions the menu to the left of the button",
"type": "boolean"
},
"b-nav-item-dd/right": {
"description": "Align the right edge of the menu with the right of the button",
"type": "boolean"
},
"b-nav-item-dd/offset": {
"description": "One of: number or string",
"type": "number|string"
},
"b-nav-item-dd/no-flip": {
"description": "Prevent the menu from auto flipping positions",
"type": "boolean"
},
"b-nav-item-dd/popper-opts": {
"description": "Additional configuration to pass to Popper.js",
"type": "any"
},
"b-nav-item-dd/boundary": {
"description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement. Has no effect when dropdown is inside a b-navbar",
"type": "string|HTMLElement"
},
"b-nav-item-dd/text": {
"description": "Text to place in the toggle button, or in the split button is split mode",
"type": "string"
},
"b-nav-item-dd/html": {
"description": "HTML string to place in the toggle button, or in the split button is split mode. Use with caution",
"type": "string"
},
"b-nav-item-dd/menu-class": {
"description": "CSS class (or classes) to add to the menu container",
"type": "string|any[]|object"
},
"b-nav-item-dd/toggle-class": {
"description": "CSS class (or classes) to add to the toggle button",
"type": "string|any[]|object"
},
"b-nav-item-dd/no-caret": {
"description": "Hide the caret indicator on the toggle button",
"type": "boolean"
},
"b-nav-item-dd/role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-nav-item-dd/lazy": {
"description": "When set, will only mount the menu content into the DOM when the menu is open",
"type": "boolean"
},
"b-nav-dropdown/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-nav-dropdown/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-nav-dropdown/dropup": {
"description": "When set, positions the menu on the top of the button",
"type": "boolean"
},
"b-nav-dropdown/dropright": {
"description": "When set, positions the menu to the right of the button",
"type": "boolean"
},
"b-nav-dropdown/dropleft": {
"description": "When set, positions the menu to the left of the button",
"type": "boolean"
},
"b-nav-dropdown/right": {
"description": "Align the right edge of the menu with the right of the button",
"type": "boolean"
},
"b-nav-dropdown/offset": {
"description": "One of: number or string",
"type": "number|string"
},
"b-nav-dropdown/no-flip": {
"description": "Prevent the menu from auto flipping positions",
"type": "boolean"
},
"b-nav-dropdown/popper-opts": {
"description": "Additional configuration to pass to Popper.js",
"type": "any"
},
"b-nav-dropdown/boundary": {
"description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement. Has no effect when dropdown is inside a b-navbar",
"type": "string|HTMLElement"
},
"b-nav-dropdown/text": {
"description": "Text to place in the toggle button, or in the split button is split mode",
"type": "string"
},
"b-nav-dropdown/html": {
"description": "HTML string to place in the toggle button, or in the split button is split mode. Use with caution",
"type": "string"
},
"b-nav-dropdown/menu-class": {
"description": "CSS class (or classes) to add to the menu container",
"type": "string|any[]|object"
},
"b-nav-dropdown/toggle-class": {
"description": "CSS class (or classes) to add to the toggle button",
"type": "string|any[]|object"
},
"b-nav-dropdown/no-caret": {
"description": "Hide the caret indicator on the toggle button",
"type": "boolean"
},
"b-nav-dropdown/role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-nav-dropdown/lazy": {
"description": "When set, will only mount the menu content into the DOM when the menu is open",
"type": "boolean"
},
"b-nav-dd/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-nav-dd/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-nav-dd/dropup": {
"description": "When set, positions the menu on the top of the button",
"type": "boolean"
},
"b-nav-dd/dropright": {
"description": "When set, positions the menu to the right of the button",
"type": "boolean"
},
"b-nav-dd/dropleft": {
"description": "When set, positions the menu to the left of the button",
"type": "boolean"
},
"b-nav-dd/right": {
"description": "Align the right edge of the menu with the right of the button",
"type": "boolean"
},
"b-nav-dd/offset": {
"description": "One of: number or string",
"type": "number|string"
},
"b-nav-dd/no-flip": {
"description": "Prevent the menu from auto flipping positions",
"type": "boolean"
},
"b-nav-dd/popper-opts": {
"description": "Additional configuration to pass to Popper.js",
"type": "any"
},
"b-nav-dd/boundary": {
"description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement. Has no effect when dropdown is inside a b-navbar",
"type": "string|HTMLElement"
},
"b-nav-dd/text": {
"description": "Text to place in the toggle button, or in the split button is split mode",
"type": "string"
},
"b-nav-dd/html": {
"description": "HTML string to place in the toggle button, or in the split button is split mode. Use with caution",
"type": "string"
},
"b-nav-dd/menu-class": {
"description": "CSS class (or classes) to add to the menu container",
"type": "string|any[]|object"
},
"b-nav-dd/toggle-class": {
"description": "CSS class (or classes) to add to the toggle button",
"type": "string|any[]|object"
},
"b-nav-dd/no-caret": {
"description": "Hide the caret indicator on the toggle button",
"type": "boolean"
},
"b-nav-dd/role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-nav-dd/lazy": {
"description": "When set, will only mount the menu content into the DOM when the menu is open",
"type": "boolean"
},
"b-navbar/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-navbar/type": {
"description": "Control the text color by setting to 'light' for use with light background color variants, or 'dark' for dark background color variants",
"type": "string"
},
"b-navbar/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-navbar/toggleable": {
"description": "Set to 'true' for an always collapsed navbar, or to a specific breakpoint at which point the navbar will be expanded: 'sm', 'md', 'lg' or 'xl'",
"type": "boolean|string"
},
"b-navbar/fixed": {
"description": "Set to 'top' for fixed to the top of the viewport, or 'bottom' for fixed to the bottom of the viewport",
"type": "string"
},
"b-navbar/sticky": {
"description": "Set to true to make the navbar stick to the top of the viewport (or parent container that has 'position: relative' set) when scrolled",
"type": "boolean"
},
"b-navbar/print": {
"description": "Navbars are hidden by default when printing. When this prop is set it will be printed",
"type": "boolean"
},
"b-navbar-nav/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-navbar-nav/fill": {
"description": "Proportionately fills all horizontal space with nav items. All horizontal space is occupied, but not every nav item has the same width",
"type": "boolean"
},
"b-navbar-nav/justified": {
"description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width",
"type": "boolean"
},
"b-navbar-nav/align": {
"description": "Align the nav items in the nav: 'start' (or 'left'), 'center', 'end' (or 'right')",
"type": "string"
},
"b-navbar-nav/small": {
"description": "Makes the nav smaller",
"type": "boolean"
},
"b-navbar-brand/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-navbar-brand/rel": {
"description": "Sets the 'rel' attribute on the rendered link",
"type": "string"
},
"b-navbar-brand/target": {
"description": "Sets the 'target' attribute on the rendered link",
"type": "string"
},
"b-navbar-brand/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-navbar-brand/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-navbar-brand/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-navbar-brand/append": {
"description": "router-link prop: Setting append prop always appends the relative path to the current path",
"type": "boolean"
},
"b-navbar-brand/replace": {
"description": "router-link prop: Setting the replace prop will call 'router.replace()' instead of 'router.push()' when clicked, so the navigation will not leave a history record",
"type": "boolean"
},
"b-navbar-brand/event": {
"description": "router-link prop: Specify the event that triggers the link. In most cases you should leave this as the default",
"type": "string|any[]"
},
"b-navbar-brand/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-navbar-brand/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-navbar-brand/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-navbar-brand/router-tag": {
"description": "router-link prop: Specify which tag to render, and it will still listen to click events for navigation. 'router-tag' translates to the tag prop on the final rendered router-link. Typically you should use the default value",
"type": "string"
},
"b-navbar-brand/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-navbar-brand/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-navbar-toggle/label": {
"description": "String to place in the toggle's 'aria-label' attribute",
"type": "string"
},
"b-navbar-toggle/target": {
"description": "ID of the collapse the toggle controls",
"type": "string"
},
"b-nav-toggle/label": {
"description": "String to place in the toggle's 'aria-label' attribute",
"type": "string"
},
"b-nav-toggle/target": {
"description": "ID of the collapse the toggle controls",
"type": "string"
},
"b-pagination/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-pagination/value": {
"description": "Current page number, starting from 1",
"type": "number|string"
},
"b-pagination/limit": {
"description": "Maximum number of buttons to show (including ellipsis if shown, but excluding the bookend buttons)",
"type": "number|string"
},
"b-pagination/align": {
"description": "Alignment of the page buttons: 'start' (or 'left'), 'center', 'end' (or 'right'), or 'fill'",
"type": "string"
},
"b-pagination/pills": {
"description": "Applies pill styling to the pagination buttons",
"type": "boolean"
},
"b-pagination/hide-goto-end-buttons": {
"description": "Hides the goto first and goto last page buttons",
"type": "boolean"
},
"b-pagination/aria-label": {
"description": "Value to place in the 'aria-label' attribute of the pagination control",
"type": "string"
},
"b-pagination/label-first-page": {
"description": "Value to place in the 'aria-label' attribute of the goto first page button",
"type": "string"
},
"b-pagination/first-text": {
"description": "Content to place in the goto first page button",
"type": "string"
},
"b-pagination/first-number": {
"description": "Display first page number instead of Goto First button",
"type": "boolean"
},
"b-pagination/first-class": {
"description": "Class(es) to apply to the 'Go to first page' button",
"type": "string|any[]|object"
},
"b-pagination/label-prev-page": {
"description": "Value to place in the 'aria-label' attribute of the goto previous page button",
"type": "string"
},
"b-pagination/prev-text": {
"description": "Content to place in the goto previous page button",
"type": "string"
},
"b-pagination/prev-class": {
"description": "Class(es) to apply to the 'Go to previous page' button",
"type": "string|any[]|object"
},
"b-pagination/label-next-page": {
"description": "Value to place in the 'aria-label' attribute of the goto next page button",
"type": "string"
},
"b-pagination/next-text": {
"description": "Content to place in the goto next page button",
"type": "string"
},
"b-pagination/next-class": {
"description": "Class(es) to apply to the 'Go to next page' button",
"type": "string|any[]|object"
},
"b-pagination/label-last-page": {
"description": "Value to place in the 'aria-label' attribute of the goto last page button",
"type": "string"
},
"b-pagination/last-text": {
"description": "Content to place in the goto last page button",
"type": "string"
},
"b-pagination/last-number": {
"description": "Display last page number instead of Goto Last button",
"type": "boolean"
},
"b-pagination/last-class": {
"description": "Class(es) to apply to the 'Go to last page' button",
"type": "string|any[]|object"
},
"b-pagination/label-page": {
"description": "Value to place in the 'aria-label' attribute of the goto page button. Page number will be prepended automatically",
"type": "string|function"
},
"b-pagination/page-class": {
"description": "Class(es) to apply to the 'Go to page #' buttons",
"type": "string|any[]|object"
},
"b-pagination/hide-ellipsis": {
"description": "Do not show ellipsis buttons",
"type": "boolean"
},
"b-pagination/ellipsis-text": {
"description": "Content to place in the ellipsis placeholder",
"type": "string"
},
"b-pagination/ellipsis-class": {
"description": "Class(es) to apply to the 'ellipsis' placeholders",
"type": "string|any[]|object"
},
"b-pagination/size": {
"description": "Size of the rendered buttons: 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-pagination/per-page": {
"description": "Number of rows per page",
"type": "number|string"
},
"b-pagination/total-rows": {
"description": "Total number of rows in the dataset",
"type": "number|string"
},
"b-pagination/aria-controls": {
"description": "ID of the element or component that this controls. Value is placed in the 'aria-controls' attribute",
"type": "string"
},
"b-pagination-nav/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-pagination-nav/value": {
"description": "Current page number, starting from 1",
"type": "number|string"
},
"b-pagination-nav/limit": {
"description": "Maximum number of buttons to show (including ellipsis if shown, but excluding the bookend buttons)",
"type": "number|string"
},
"b-pagination-nav/align": {
"description": "Alignment of the page buttons: 'start' (or 'left'), 'center', 'end' (or 'right'), or 'fill'",
"type": "string"
},
"b-pagination-nav/pills": {
"description": "Applies pill styling to the pagination buttons",
"type": "boolean"
},
"b-pagination-nav/hide-goto-end-buttons": {
"description": "Hides the goto first and goto last page buttons",
"type": "boolean"
},
"b-pagination-nav/aria-label": {
"description": "Value to place in the 'aria-label' attribute of the pagination control",
"type": "string"
},
"b-pagination-nav/label-first-page": {
"description": "Value to place in the 'aria-label' attribute of the goto first page button",
"type": "string"
},
"b-pagination-nav/first-text": {
"description": "Content to place in the goto first page button",
"type": "string"
},
"b-pagination-nav/first-number": {
"description": "Display first page number instead of Goto First button",
"type": "boolean"
},
"b-pagination-nav/first-class": {
"description": "Class(es) to apply to the 'Go to first page' button",
"type": "string|any[]|object"
},
"b-pagination-nav/label-prev-page": {
"description": "Value to place in the 'aria-label' attribute of the goto previous page button",
"type": "string"
},
"b-pagination-nav/prev-text": {
"description": "Content to place in the goto previous page button",
"type": "string"
},
"b-pagination-nav/prev-class": {
"description": "Class(es) to apply to the 'Go to previous page' button",
"type": "string|any[]|object"
},
"b-pagination-nav/label-next-page": {
"description": "Value to place in the 'aria-label' attribute of the goto next page button",
"type": "string"
},
"b-pagination-nav/next-text": {
"description": "Content to place in the goto next page button",
"type": "string"
},
"b-pagination-nav/next-class": {
"description": "Class(es) to apply to the 'Go to next page' button",
"type": "string|any[]|object"
},
"b-pagination-nav/label-last-page": {
"description": "Value to place in the 'aria-label' attribute of the goto last page button",
"type": "string"
},
"b-pagination-nav/last-text": {
"description": "Content to place in the goto last page button",
"type": "string"
},
"b-pagination-nav/last-number": {
"description": "Display last page number instead of Goto Last button",
"type": "boolean"
},
"b-pagination-nav/last-class": {
"description": "Class(es) to apply to the 'Go to last page' button",
"type": "string|any[]|object"
},
"b-pagination-nav/label-page": {
"description": "Value to place in the 'aria-label' attribute of the goto page button. Page number will be prepended automatically",
"type": "string|function"
},
"b-pagination-nav/page-class": {
"description": "Class(es) to apply to the 'Go to page #' buttons",
"type": "string|any[]|object"
},
"b-pagination-nav/hide-ellipsis": {
"description": "Do not show ellipsis buttons",
"type": "boolean"
},
"b-pagination-nav/ellipsis-text": {
"description": "Content to place in the ellipsis placeholder",
"type": "string"
},
"b-pagination-nav/ellipsis-class": {
"description": "Class(es) to apply to the 'ellipsis' placeholders",
"type": "string|any[]|object"
},
"b-pagination-nav/size": {
"description": "Size of the rendered buttons: 'sm', 'md' (default), or 'lg'",
"type": "string"
},
"b-pagination-nav/number-of-pages": {
"description": "Total number of pages",
"type": "number|string"
},
"b-pagination-nav/base-url": {
"description": "Base URL to use when auto generating page links",
"type": "string"
},
"b-pagination-nav/use-router": {
"description": "Render router-links instead of links when auto generating the page links",
"type": "boolean"
},
"b-pagination-nav/link-gen": {
"description": "Link generator function. See docs for details",
"type": "function"
},
"b-pagination-nav/page-gen": {
"description": "page number generator function. See docs for details",
"type": "function"
},
"b-pagination-nav/pages": {
"description": "Array of page numbers and links",
"type": "any[]"
},
"b-pagination-nav/no-page-detect": {
"description": "Disable of auto detection of current page",
"type": "boolean"
},
"b-pagination-nav/active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-pagination-nav/exact": {
"description": "router-link prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route",
"type": "boolean"
},
"b-pagination-nav/exact-active-class": {
"description": "router-link prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'",
"type": "string"
},
"b-pagination-nav/no-prefetch": {
"description": "nuxt-link prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting 'no-prefetch' will disabled this feature for the specific link",
"type": "boolean"
},
"b-popover/title": {
"description": "Text to place in the popovers title",
"type": "string"
},
"b-popover/target": {
"description": "Element string ID, or a reference to an element or component, that you want to trigger the popover.",
"type": "string|HTMLElement|SVGElement|function|object"
},
"b-popover/triggers": {
"description": "Specify which triggers will show the popover. Supported values are 'click', 'hover', 'focus'. Refer to the docs for special triggers 'blur' and 'manual'",
"type": "string|any[]"
},
"b-popover/placement": {
"description": "Placement of the popover: One of 'top', 'bottom', 'right', 'left', 'top-left', 'top-right', 'bottom-left', 'bottom-right', 'left-top', 'left-bottom', 'right-top', 'right-bottom'",
"type": "string"
},
"b-popover/fallback-placement": {
"description": "placement to use when the popover would be out of boundaries. Refer to the docs for more details",
"type": "string|any[]"
},
"b-popover/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-popover/custom-class": {
"description": "CSS class (or classes) to apply to the popover's root element",
"type": "string"
},
"b-popover/delay": {
"description": "Value for the show and hide delay. Applies to both show and hide when specified as a number or string. Use object form to set show and hide delays individually",
"type": "number|object|string"
},
"b-popover/boundary": {
"description": "The boundary constraint of the popover: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement or component",
"type": "string|HTMLElement|object"
},
"b-popover/boundary-padding": {
"description": "The popover will try and stay away from the edge of the boundary element by the number of pixels specified",
"type": "number|string"
},
"b-popover/offset": {
"description": "Offset (in pixels) for the arrow center compared to the trigger target element",
"type": "number|string"
},
"b-popover/no-fade": {
"description": "When set to 'true', disables the fade animation/transition on the component",
"type": "boolean"
},
"b-popover/container": {
"description": "The container element to append the rendered popover when visible. Default's to the body element",
"type": "string|HTMLElement|object"
},
"b-popover/show": {
"description": "When set will show the popover",
"type": "boolean"
},
"b-popover/noninteractive": {
"description": "One of: boolean",
"type": "boolean"
},
"b-popover/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-popover/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-popover/content": {
"description": "Text to place in the body of the popover",
"type": "string"
},
"b-progress/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-progress/striped": {
"description": "Enable the striped background",
"type": "boolean"
},
"b-progress/animated": {
"description": "Enable the animated background. Also automatically sets 'striped'",
"type": "boolean"
},
"b-progress/height": {
"description": "Override the default height by specifying a CSS height value (including units)",
"type": "string"
},
"b-progress/precision": {
"description": "The number of digits after the decimal to round the value to",
"type": "number|string"
},
"b-progress/show-progress": {
"description": "Displays the current progress value as a percentage",
"type": "boolean"
},
"b-progress/show-value": {
"description": "Displays the current progress value",
"type": "boolean"
},
"b-progress/max": {
"description": "Set the maximum value",
"type": "number|string"
},
"b-progress/value": {
"description": "The current value of the progress bar",
"type": "number|string"
},
"b-progress-bar/value": {
"description": "The current value of the progress bar",
"type": "number|string"
},
"b-progress-bar/label": {
"description": "Text string to explicitly set the label as",
"type": "string"
},
"b-progress-bar/label-html": {
"description": "HTML string to explicitly set the label as. Use with caution",
"type": "string"
},
"b-progress-bar/max": {
"description": "Set the maximum value",
"type": "number|string"
},
"b-progress-bar/precision": {
"description": "The number of digits after the decimal to round the value to",
"type": "number|string"
},
"b-progress-bar/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-progress-bar/striped": {
"description": "Enable the striped background",
"type": "boolean"
},
"b-progress-bar/animated": {
"description": "Enable the animated background. Also automatically sets 'striped'",
"type": "boolean"
},
"b-progress-bar/show-progress": {
"description": "Displays the current progress value as a percentage",
"type": "boolean"
},
"b-progress-bar/show-value": {
"description": "Displays the current progress value",
"type": "boolean"
},
"b-spinner/type": {
"description": "Type of spinner to show. Current supported types are 'border' and 'grow'",
"type": "string"
},
"b-spinner/label": {
"description": "Text content to place in the sr-only label",
"type": "string"
},
"b-spinner/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-spinner/small": {
"description": "When set, rendered a smaller spinner suitable for placing in buttons",
"type": "boolean"
},
"b-spinner/role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-spinner/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-table/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-table/items": {
"description": "Array of items to display, or an items provider function reference. Refer to the docs for details",
"type": "any[]|function"
},
"b-table/fields": {
"description": "Array of field names or array of field definition objects",
"type": "any[]"
},
"b-table/primary-key": {
"description": "Name of a table field that contains a guaranteed unique value per row. Needed for tbody transition support, and also speeds up table rendering",
"type": "string"
},
"b-table/value": {
"description": "Currently displayed row data. Read-only. Do not set a value on this prop",
"type": "any[]"
},
"b-table/striped": {
"description": "Applies striping to the tbody rows",
"type": "boolean"
},
"b-table/bordered": {
"description": "Adds borders to all the cells and headers",
"type": "boolean"
},
"b-table/borderless": {
"description": "Removes all borders from cells",
"type": "boolean"
},
"b-table/outlined": {
"description": "Adds an outline border to the table element",
"type": "boolean"
},
"b-table/dark": {
"description": "Places the table in dark mode",
"type": "boolean"
},
"b-table/hover": {
"description": "Enables hover styling on rows",
"type": "boolean"
},
"b-table/small": {
"description": "Renders the table with smaller cell padding",
"type": "boolean"
},
"b-table/fixed": {
"description": "Makes all columns equal width (fixed layout table). Will speed up rendering for large tables. Column widths can be set via CSS or colgroup",
"type": "boolean"
},
"b-table/responsive": {
"description": "Makes the table responsive in width, adding a horizontal scrollbar. Set to true for always responsive or set to one of the breakpoints to switch from responsive to normal: 'sm', 'md', 'lg', 'xl'",
"type": "boolean|string"
},
"b-table/sticky-header": {
"description": "Makes the table header sticky. Set to true for a maximum height 300px tall table, or set to any valid CSS hight (including units)",
"type": "boolean|string"
},
"b-table/no-border-collapse": {
"description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns",
"type": "boolean"
},
"b-table/caption-top": {
"description": "Visually place the table caption above the table. Default is below.",
"type": "boolean"
},
"b-table/table-variant": {
"description": "Apply a Bootstrap theme color variant to the entire table",
"type": "string"
},
"b-table/table-class": {
"description": "CSS class (or classes) to apply to the table element",
"type": "string|any[]|object"
},
"b-table/stacked": {
"description": "Place the table in stacked mode. Set to true for always stacked, or set to one of the breakpoints to switch from stacked to normal: 'sm', 'md', 'lg', 'xl'",
"type": "boolean|string"
},
"b-table/head-variant": {
"description": "Header variant: 'light' or 'dark', or unset. May take precedence over head-row-variant",
"type": "string"
},
"b-table/head-row-variant": {
"description": "Apply a Bootstrap theme color variant to the tr element in the thead",
"type": "string"
},
"b-table/thead-class": {
"description": "CSS class (or classes) to apply to the thead element",
"type": "string|any[]|object"
},
"b-table/thead-tr-class": {
"description": "CSS class (or classes) to apply to the tr element in the thead",
"type": "string|any[]|object"
},
"b-table/foot-clone": {
"description": "Enable to the footer of the table, and clone the header content by default",
"type": "boolean"
},
"b-table/foot-variant": {
"description": "Footer variant: 'light' or 'dark', or unset. May take precedence over foot-row-variant",
"type": "string"
},
"b-table/foot-row-variant": {
"description": "Apply a Bootstrap theme color variant to the tr element in the tfoot. Falls back to head-row-variant",
"type": "string"
},
"b-table/tfoot-class": {
"description": "CSS class (or classes) to apply to the tfoot element",
"type": "string|any[]|object"
},
"b-table/tfoot-tr-class": {
"description": "CSS class (or classes) to apply to the tr element in the tfoot",
"type": "string|any[]|object"
},
"b-table/tbody-tr-class": {
"description": "CSS class (or classes) to apply to the tr element in the tbody. Can be a function that returns a class (see docs for details)",
"type": "string|any[]|object|function"
},
"b-table/tbody-tr-attr": {
"description": "Attributes to be added to each tr in the tbody, or a function returning such attributes (see docs for details)",
"type": "object|function"
},
"b-table/details-td-class": {
"description": "CSS class (or classes) to apply to the td element in the details row",
"type": "string|any[]|object"
},
"b-table/tbody-transition-props": {
"description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component",
"type": "object"
},
"b-table/tbody-transition-handlers": {
"description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component",
"type": "object"
},
"b-table/tbody-class": {
"description": "CSS class (or classes) to apply to the tbody element",
"type": "string|any[]|object"
},
"b-table/filter": {
"description": "Criteria for filtering. Internal filtering supports only string or RegExpr criteria.",
"type": "string|RegExp|object|any[]"
},
"b-table/filter-function": {
"description": "Reference to a function to use instead of the internal filtering function. Refer to the docs for details",
"type": "function"
},
"b-table/filter-ignored-fields": {
"description": "Array of top level fields to ignore when filtering the item data",
"type": "any[]"
},
"b-table/filter-included-fields": {
"description": "Array of fields to include when filtering. Overrides filter-ignore-fields",
"type": "any[]"
},
"b-table/filter-debounce": {
"description": "Time in milliseconds to debounce changes to the filter criteria before filtering the records",
"type": "number|string"
},
"b-table/sort-by": {
"description": "Field name that is currently being sorted. Set to null to clear sorting. Syncable with the .sync prop modifier",
"type": "string"
},
"b-table/sort-desc": {
"description": "Set to true to sort the column in descending order. Syncable with the .sync prop modifier",
"type": "boolean"
},
"b-table/sort-direction": {
"description": "The initial sorting direction to sort an unsorted column by: 'asc', 'desc', or 'last' (to use the previous sort direction)",
"type": "string"
},
"b-table/sort-compare": {
"description": "A reference to a function for sort-comparing tow rows of data. Defaults to the internal sort compare routine. See docs for details",
"type": "function"
},
"b-table/sort-compare-options": {
"description": "An object containing sort configuration for the 'String.prototype.sortLocale' method. See docs for details",
"type": "object"
},
"b-table/sort-compare-locale": {
"description": "The locale string (or array of locale string) that specified the language when sorting. See docs for details",
"type": "string|any[]"
},
"b-table/sort-null-last": {
"description": "When sorting, null and undefined values will be sorted first (or last, depending on 'sort-desc'). Set this prop to sort null values last. Only applicable to internal sorting",
"type": "boolean"
},
"b-table/no-sort-reset": {
"description": "When a table is sortable, clicking on any non-sortable column heading will clear the current sort values. Set this prop to disable this feature",
"type": "boolean"
},
"b-table/label-sort-asc": {
"description": "Hidden string to place in the header cell when clicking the cell will change the sort direction to ascending",
"type": "string"
},
"b-table/label-sort-desc": {
"description": "Hidden string to place in the header cell when clicking the cell will change the sort direction to descending",
"type": "string"
},
"b-table/label-sort-clear": {
"description": "Hidden string to place in the header cell when clicking the cell will clear the current sorting direction",
"type": "string"
},
"b-table/no-local-sorting": {
"description": "Disabled the internal sorting routine, and expects the user to provde the items sorted. Sorting controls will still be available",
"type": "boolean"
},
"b-table/no-footer-sorting": {
"description": "When the build in formatter is used, setting this prop will disable the sorting ability in the footer",
"type": "boolean"
},
"b-table/sort-icon-left": {
"description": "Positions the sort control to the left of the header text. Default is on the right of the header text",
"type": "boolean"
},
"b-table/per-page": {
"description": "Number of rows to show per page. Set to 0 to disable pagination",
"type": "number|string"
},
"b-table/current-page": {
"description": "The current page number to display when the table is paginated. Starting from 1 and up",
"type": "number|string"
},
"b-table/caption": {
"description": "Text string to place in the caption element",
"type": "string"
},
"b-table/caption-html": {
"description": "HTML string to place in the caption element. Use with caution",
"type": "string"
},
"b-table/selectable": {
"description": "When set, places the table body rows in selectable mode",
"type": "boolean"
},
"b-table/select-mode": {
"description": "The selectable mode for the table when 'selectable' is set. Possible values: 'single', 'multi' or 'range'",
"type": "string"
},
"b-table/selected-variant": {
"description": "Bootstrap color theme variant to set selected rows to. Use any of the standard Bootstrap theme color variants, or the special table row variant 'active' (default). Set to an empty string to not use a variant",
"type": "string"
},
"b-table/no-select-on-click": {
"description": "Disables row selection via click events. Row selection will be only available programmatically",
"type": "boolean"
},
"b-table/show-empty": {
"description": "When enabled, and there are no item records to show, shows a message that there are no rows to show",
"type": "boolean"
},
"b-table/empty-text": {
"description": "Text string to show when the table has no items to show",
"type": "string"
},
"b-table/empty-html": {
"description": "HTML string to show when the table has no items to show. Use with caution",
"type": "string"
},
"b-table/empty-filtered-text": {
"description": "Text string to show when the table has no items to show due to filtering",
"type": "string"
},
"b-table/empty-filtered-html": {
"description": "HTML string to show when the table has no items to show due to filtering. Use with caution",
"type": "string"
},
"b-table/busy": {
"description": "When set, forces the table into the busy state.Automatically set when an items provider function is being called",
"type": "boolean"
},
"b-table/no-provider-paging": {
"description": "When set, uses internal paging to pagination the data. Otherwise the items provider is expected to perform the paging",
"type": "boolean"
},
"b-table/no-provider-sorting": {
"description": "When set, uses internal sorting to sort the data. Otherwise the items provider is expected to perform the sorting",
"type": "boolean"
},
"b-table/no-provider-filtering": {
"description": "When set, uses internal filtering to pagination the data. Otherwise the provider is expected to perform the filtering",
"type": "boolean"
},
"b-table/api-url": {
"description": "Pass through prop. Passed as part of the context object sent to the items provider function",
"type": "string"
},
"b-table-lite/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-table-lite/items": {
"description": "Array of items to display",
"type": "any[]"
},
"b-table-lite/fields": {
"description": "Array of field names or array of field definition objects",
"type": "any[]"
},
"b-table-lite/primary-key": {
"description": "Name of a table field that contains a guaranteed unique value per row. Needed for tbody transition support, and also speeds up table rendering",
"type": "string"
},
"b-table-lite/value": {
"description": "Currently displayed row data. Read-only. Do not set a value on this prop",
"type": "any[]"
},
"b-table-lite/striped": {
"description": "Applies striping to the tbody rows",
"type": "boolean"
},
"b-table-lite/bordered": {
"description": "Adds borders to all the cells and headers",
"type": "boolean"
},
"b-table-lite/borderless": {
"description": "Removes all borders from cells",
"type": "boolean"
},
"b-table-lite/outlined": {
"description": "Adds an outline border to the table element",
"type": "boolean"
},
"b-table-lite/dark": {
"description": "Places the table in dark mode",
"type": "boolean"
},
"b-table-lite/hover": {
"description": "Enables hover styling on rows",
"type": "boolean"
},
"b-table-lite/small": {
"description": "Renders the table with smaller cell padding",
"type": "boolean"
},
"b-table-lite/fixed": {
"description": "Makes all columns equal width (fixed layout table). Will speed up rendering for large tables. Column widths can be set via CSS or colgroup",
"type": "boolean"
},
"b-table-lite/responsive": {
"description": "Makes the table responsive in width, adding a horizontal scrollbar. Set to true for always responsive or set to one of the breakpoints to switch from responsive to normal: 'sm', 'md', 'lg', 'xl'",
"type": "boolean|string"
},
"b-table-lite/sticky-header": {
"description": "Makes the table header sticky. Set to true for a maximum height 300px tall table, or set to any valid CSS hight (including units)",
"type": "boolean|string"
},
"b-table-lite/no-border-collapse": {
"description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns",
"type": "boolean"
},
"b-table-lite/caption-top": {
"description": "Visually place the table caption above the table. Default is below.",
"type": "boolean"
},
"b-table-lite/table-variant": {
"description": "Apply a Bootstrap theme color variant to the entire table",
"type": "string"
},
"b-table-lite/table-class": {
"description": "CSS class (or classes) to apply to the table element",
"type": "string|any[]|object"
},
"b-table-lite/stacked": {
"description": "Place the table in stacked mode. Set to true for always stacked, or set to one of the breakpoints to switch from stacked to normal: 'sm', 'md', 'lg', 'xl'",
"type": "boolean|string"
},
"b-table-lite/head-variant": {
"description": "Header variant: 'light' or 'dark', or unset. May take precedence over head-row-variant",
"type": "string"
},
"b-table-lite/head-row-variant": {
"description": "Apply a Bootstrap theme color variant to the tr element in the thead",
"type": "string"
},
"b-table-lite/thead-class": {
"description": "CSS class (or classes) to apply to the thead element",
"type": "string|any[]|object"
},
"b-table-lite/thead-tr-class": {
"description": "CSS class (or classes) to apply to the tr element in the thead",
"type": "string|any[]|object"
},
"b-table-lite/foot-clone": {
"description": "Enable to the footer of the table, and clone the header content by default",
"type": "boolean"
},
"b-table-lite/foot-variant": {
"description": "Footer variant: 'light' or 'dark', or unset. May take precedence over foot-row-variant",
"type": "string"
},
"b-table-lite/foot-row-variant": {
"description": "Apply a Bootstrap theme color variant to the tr element in the tfoot. Falls back to head-row-variant",
"type": "string"
},
"b-table-lite/tfoot-class": {
"description": "CSS class (or classes) to apply to the tfoot element",
"type": "string|any[]|object"
},
"b-table-lite/tfoot-tr-class": {
"description": "CSS class (or classes) to apply to the tr element in the tfoot",
"type": "string|any[]|object"
},
"b-table-lite/tbody-tr-class": {
"description": "CSS class (or classes) to apply to the tr element in the tbody. Can be a function that returns a class (see docs for details)",
"type": "string|any[]|object|function"
},
"b-table-lite/tbody-tr-attr": {
"description": "Attributes to be added to each tr in the tbody, or a function returning such attributes (see docs for details)",
"type": "object|function"
},
"b-table-lite/details-td-class": {
"description": "CSS class (or classes) to apply to the td element in the details row",
"type": "string|any[]|object"
},
"b-table-lite/tbody-transition-props": {
"description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component",
"type": "object"
},
"b-table-lite/tbody-transition-handlers": {
"description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component",
"type": "object"
},
"b-table-lite/tbody-class": {
"description": "CSS class (or classes) to apply to the tbody element",
"type": "string|any[]|object"
},
"b-table-lite/caption": {
"description": "Text string to place in the caption element",
"type": "string"
},
"b-table-lite/caption-html": {
"description": "HTML string to place in the caption element. Use with caution",
"type": "string"
},
"b-table-simple/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-table-simple/striped": {
"description": "Applies striping to the tbody rows",
"type": "boolean"
},
"b-table-simple/bordered": {
"description": "Adds borders to all the cells and headers",
"type": "boolean"
},
"b-table-simple/borderless": {
"description": "Removes all borders from cells",
"type": "boolean"
},
"b-table-simple/outlined": {
"description": "Adds an outline border to the table element",
"type": "boolean"
},
"b-table-simple/dark": {
"description": "Places the table in dark mode",
"type": "boolean"
},
"b-table-simple/hover": {
"description": "Enables hover styling on rows",
"type": "boolean"
},
"b-table-simple/small": {
"description": "Renders the table with smaller cell padding",
"type": "boolean"
},
"b-table-simple/fixed": {
"description": "Makes all columns equal width (fixed layout table). Will speed up rendering for large tables. Column widths can be set via CSS or colgroup",
"type": "boolean"
},
"b-table-simple/responsive": {
"description": "Makes the table responsive in width, adding a horizontal scrollbar. Set to true for always responsive or set to one of the breakpoints to switch from responsive to normal: 'sm', 'md', 'lg', 'xl'",
"type": "boolean|string"
},
"b-table-simple/sticky-header": {
"description": "Makes the table header sticky. Set to true for a maximum height 300px tall table, or set to any valid CSS hight (including units)",
"type": "boolean|string"
},
"b-table-simple/no-border-collapse": {
"description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns",
"type": "boolean"
},
"b-table-simple/caption-top": {
"description": "Visually place the table caption above the table. Default is below.",
"type": "boolean"
},
"b-table-simple/table-variant": {
"description": "Apply a Bootstrap theme color variant to the entire table",
"type": "string"
},
"b-table-simple/table-class": {
"description": "CSS class (or classes) to apply to the table element",
"type": "string|any[]|object"
},
"b-table-simple/stacked": {
"description": "Place the table in stacked mode. Set to true for always stacked, or set to one of the breakpoints to switch from stacked to normal: 'sm', 'md', 'lg', 'xl'",
"type": "boolean|string"
},
"b-tbody/tbody-transition-props": {
"description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component",
"type": "object"
},
"b-tbody/tbody-transition-handlers": {
"description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component",
"type": "object"
},
"b-thead/head-variant": {
"description": "Header variant: 'light' or 'dark', or unset",
"type": "string"
},
"b-tfoot/foot-variant": {
"description": "Footer variant: 'light' or 'dark', or unset",
"type": "string"
},
"b-tr/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-td/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-td/colspan": {
"description": "Number of columns this cell spans",
"type": "number|string"
},
"b-td/rowspan": {
"description": "Number of rows this cell spans",
"type": "number|string"
},
"b-td/stacked-heading": {
"description": "Heading for the cell when in stacked mode. Only applicable to cells in the 'tbody' element",
"type": "string"
},
"b-td/sticky-column": {
"description": "If this will be a sticky colum. Must be set on all cells in this column. table must be in sticky-header or responsive mode to work",
"type": "boolean"
},
"b-th/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-th/colspan": {
"description": "Number of columns this cell spans",
"type": "number|string"
},
"b-th/rowspan": {
"description": "Number of rows this cell spans",
"type": "number|string"
},
"b-th/stacked-heading": {
"description": "Heading for the cell when in stacked mode. Only applicable to cells in the 'tbody' element",
"type": "string"
},
"b-th/sticky-column": {
"description": "If this will be a sticky colum. Must be set on all cells in this column. table must be in sticky-header or responsive mode to work",
"type": "boolean"
},
"b-tabs/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-tabs/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-tabs/fill": {
"description": "Proportionately fills all horizontal space with nav items. All horizontal space is occupied, but not every nav item has the same width",
"type": "boolean"
},
"b-tabs/justified": {
"description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width",
"type": "boolean"
},
"b-tabs/align": {
"description": "Align the nav items in the nav: 'start' (or 'left'), 'center', 'end' (or 'right')",
"type": "string"
},
"b-tabs/pills": {
"description": "Renders the nav items with the appearance of pill buttons",
"type": "boolean"
},
"b-tabs/vertical": {
"description": "Renders the tab controls vertically",
"type": "boolean"
},
"b-tabs/small": {
"description": "Makes the nav smaller",
"type": "boolean"
},
"b-tabs/card": {
"description": "When set to true, renders the tabs the the appropriate styles to be placed into a 'b-card'",
"type": "boolean"
},
"b-tabs/end": {
"description": "Place the tab controls at the bottom (horizontal tabs), or right (vertical tabs)",
"type": "boolean"
},
"b-tabs/no-fade": {
"description": "When set to 'true', disables the fade animation/transition on the component",
"type": "boolean"
},
"b-tabs/no-nav-style": {
"description": "Do not render the tab controls with tab styling",
"type": "boolean"
},
"b-tabs/no-key-nav": {
"description": "Disable keyboard navigation of the tab controls",
"type": "boolean"
},
"b-tabs/lazy": {
"description": "Lazily render the b-tab contents when shown",
"type": "boolean"
},
"b-tabs/content-class": {
"description": "CSS class (or classes) to apply to the tab-content wrapper",
"type": "string|any[]|object"
},
"b-tabs/nav-class": {
"description": "CSS class (or classes) to apply to the tablist (nav) wrapper",
"type": "string|any[]|object"
},
"b-tabs/nav-wrapper-class": {
"description": "CSS class (or classes) to apply to the tab controls wrapper element",
"type": "string|any[]|object"
},
"b-tabs/active-nav-item-class": {
"description": "CSS class (or classes) to apply to the active nav item tab control",
"type": "string|any[]|object"
},
"b-tabs/active-tab-class": {
"description": "CSS class (or classes) to apply to the currently active tab",
"type": "string|any[]|object"
},
"b-tabs/value": {
"description": "Currently visible tab index (zero-based)",
"type": "number"
},
"b-tab/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-tab/active": {
"description": "When set to 'true', places the component in the active state with active styling",
"type": "boolean"
},
"b-tab/tag": {
"description": "Specify the HTML tag to render instead of the default tag",
"type": "string"
},
"b-tab/button-id": {
"description": "Use a specific ID for this tab's tab control button. If not provided, one will automatically be generated",
"type": "string"
},
"b-tab/title": {
"description": "Text content to place in the title",
"type": "string"
},
"b-tab/title-item-class": {
"description": "CSS class (or classes) to apply to the tab's control button 'li' element",
"type": "string|any[]|object"
},
"b-tab/title-link-class": {
"description": "CSS class (or classes) to apply to the tab's control button inner link element",
"type": "string|any[]|object"
},
"b-tab/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-tab/no-body": {
"description": "When the parent b-tabs has the 'card' prop set, do not render a card-body wrapper",
"type": "boolean"
},
"b-tab/lazy": {
"description": "Lazily render this tab's content when shown",
"type": "boolean"
},
"b-toast/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-toast/title": {
"description": "The toast's title text",
"type": "string"
},
"b-toast/toaster": {
"description": "The name of the toaster target to render the toast in",
"type": "string"
},
"b-toast/visible": {
"description": "When true, shows the toast",
"type": "boolean"
},
"b-toast/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-toast/is-status": {
"description": "When set to 'true', makes the toast have attributes aria-live=polite and role=status. When 'false' aria-live will be 'assertive' and role will be 'alert'",
"type": "boolean"
},
"b-toast/append-toast": {
"description": "When true, the toast will be appended to the bottom on the visible toasts, otherwise it will be prepended",
"type": "boolean"
},
"b-toast/no-auto-hide": {
"description": "When set, disabled the toast from automatically dismissing itself",
"type": "boolean"
},
"b-toast/auto-hide-delay": {
"description": "The number of milliseconds before the toast auto dismisses itself",
"type": "number|string"
},
"b-toast/no-close-button": {
"description": "When set, hides the close button in the toast header",
"type": "boolean"
},
"b-toast/no-fade": {
"description": "When set to 'true', disables the fade animation/transition on the component",
"type": "boolean"
},
"b-toast/no-hover-pause": {
"description": "When set, disables the pausing of the auto hide delay when the mouse hovers the toast",
"type": "boolean"
},
"b-toast/solid": {
"description": "When set, renderes the toast with a solid background rather than translucent",
"type": "boolean"
},
"b-toast/toast-class": {
"description": "CSS class (or classes) to add to the toast wrapper element",
"type": "string|object|any[]"
},
"b-toast/header-class": {
"description": "CSS class (or classes) to add to the toast header element",
"type": "string|object|any[]"
},
"b-toast/body-class": {
"description": "CSS class (or classes) to add to the toast body element",
"type": "string|object|any[]"
},
"b-toast/href": {
"description": "Denotes the target URL of the link for standard a links",
"type": "string"
},
"b-toast/to": {
"description": "router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object",
"type": "string|object"
},
"b-toast/static": {
"description": "Renders the content of the component in-place in the DOM, rather than portalling it to be appended to the body element",
"type": "boolean"
},
"b-toaster/name": {
"description": "The toaster's target name",
"type": "string"
},
"b-toaster/aria-live": {
"description": "When the rendered element is an aria-live region (for screen reader users), set to either 'polite' or 'assertive'",
"type": "string"
},
"b-toaster/aria-atomic": {
"description": "When screen reader's should read out the entire contents (set to string 'true') or just the changes (set to string 'false'). Leave blank for most cases",
"type": "string"
},
"b-toaster/role": {
"description": "Sets the ARIA attribute 'role' to a specific value",
"type": "string"
},
"b-tooltip/title": {
"description": "Text to place in the tooltip",
"type": "string"
},
"b-tooltip/target": {
"description": "Element string ID, or a reference to an element or component, that you want to trigger the tooltip.",
"type": "string|HTMLElement|SVGElement|function|object"
},
"b-tooltip/triggers": {
"description": "Specify which triggers will show the tooltip. Supported values are 'click', 'hover', 'focus'. Refer to the docs for special triggers 'blur' and 'manual'",
"type": "string|any[]"
},
"b-tooltip/placement": {
"description": "Placement of the tooltip: One of 'top', 'bottom', 'right', 'left', 'top-left', 'top-right', 'bottom-left', 'bottom-right', 'left-top', 'left-bottom', 'right-top', 'right-bottom'",
"type": "string"
},
"b-tooltip/fallback-placement": {
"description": "placement to use when the tooltip would be out of boundaries. Refer to the docs for more details",
"type": "string|any[]"
},
"b-tooltip/variant": {
"description": "Applies one of the Bootstrap theme color variants to the component",
"type": "string"
},
"b-tooltip/custom-class": {
"description": "CSS class (or classes) to apply to the tooltip's root element",
"type": "string"
},
"b-tooltip/delay": {
"description": "Value for the show and hide delay. Applies to both show and hide when specified as a number or string. Use object form to set show and hide delays individually",
"type": "number|object|string"
},
"b-tooltip/boundary": {
"description": "The boundary constraint of the tooltip: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement or component",
"type": "string|HTMLElement|object"
},
"b-tooltip/boundary-padding": {
"description": "The tooltip will try and stay away from the edge of the boundary element by the number of pixels specificed",
"type": "number|string"
},
"b-tooltip/offset": {
"description": "Offset (in pixels) for the arrow center compared to the trigger target element",
"type": "number|string"
},
"b-tooltip/no-fade": {
"description": "When set to 'true', disables the fade animation/transition on the component",
"type": "boolean"
},
"b-tooltip/container": {
"description": "The container element to append the rendered tooltip when visible. Default's to the body element",
"type": "string|HTMLElement|object"
},
"b-tooltip/show": {
"description": "When set will show the tooltip",
"type": "boolean"
},
"b-tooltip/noninteractive": {
"description": "Wether the tooltip should not be user-interactive",
"type": "boolean"
},
"b-tooltip/disabled": {
"description": "When set to 'true', disables the component's functionality and places it in a disabled state",
"type": "boolean"
},
"b-tooltip/id": {
"description": "Used to set the 'id' attribute on the rendered content, and used as the base to generate any additional element IDs as needed",
"type": "string"
},
"b-icon/icon": {
"description": "Name of icon to render. The corresponding icon component must be installed",
"type": "string"
},
"b-icon/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-iconstack/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-iconstack/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-iconstack/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-iconstack/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-iconstack/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-iconstack/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-iconstack/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-iconstack/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-blank/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-blank/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-blank/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-blank/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-blank/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-blank/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-blank/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-blank/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-blank/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-alarm/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-alarm/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-alarm/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-alarm/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-alarm/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-alarm/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-alarm/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alarm/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alarm/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-alarm-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-alarm-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-alarm-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-alarm-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-alarm-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-alarm-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-alarm-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alarm-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alarm-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-alert-circle/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-alert-circle/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-alert-circle/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-alert-circle/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-alert-circle/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-alert-circle/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-alert-circle/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-circle/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-circle/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-alert-circle-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-alert-circle-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-alert-circle-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-alert-circle-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-alert-circle-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-alert-circle-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-alert-circle-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-circle-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-circle-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-alert-octagon/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-alert-octagon/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-alert-octagon/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-alert-octagon/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-alert-octagon/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-alert-octagon/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-alert-octagon/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-octagon/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-octagon/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-alert-octagon-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-alert-octagon-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-alert-octagon-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-alert-octagon-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-alert-octagon-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-alert-octagon-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-alert-octagon-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-octagon-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-octagon-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-alert-square/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-alert-square/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-alert-square/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-alert-square/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-alert-square/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-alert-square/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-alert-square/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-square/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-square/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-alert-square-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-alert-square-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-alert-square-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-alert-square-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-alert-square-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-alert-square-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-alert-square-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-square-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-square-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-alert-triangle/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-alert-triangle/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-alert-triangle/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-alert-triangle/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-alert-triangle/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-alert-triangle/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-alert-triangle/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-triangle/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-triangle/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-alert-triangle-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-alert-triangle-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-alert-triangle-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-alert-triangle-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-alert-triangle-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-alert-triangle-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-alert-triangle-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-triangle-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-alert-triangle-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-archive/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-archive/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-archive/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-archive/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-archive/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-archive/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-archive/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-archive/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-archive/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-archive-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-archive-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-archive-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-archive-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-archive-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-archive-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-archive-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-archive-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-archive-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-bar-bottom/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-bar-bottom/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-bar-bottom/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-bar-bottom/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-bar-bottom/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-bar-bottom/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-bar-bottom/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-bar-bottom/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-bar-bottom/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-bar-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-bar-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-bar-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-bar-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-bar-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-bar-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-bar-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-bar-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-bar-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-bar-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-bar-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-bar-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-bar-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-bar-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-bar-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-bar-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-bar-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-bar-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-bar-up/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-bar-up/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-bar-up/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-bar-up/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-bar-up/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-bar-up/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-bar-up/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-bar-up/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-bar-up/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-clockwise/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-clockwise/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-clockwise/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-clockwise/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-clockwise/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-clockwise/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-clockwise/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-clockwise/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-clockwise/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-counterclockwise/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-counterclockwise/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-counterclockwise/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-counterclockwise/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-counterclockwise/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-counterclockwise/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-counterclockwise/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-counterclockwise/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-counterclockwise/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-down/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-down/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-down/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-down/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-down/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-down/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-down/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-down/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-down/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-down-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-down-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-down-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-down-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-down-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-down-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-down-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-down-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-down-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-down-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-down-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-down-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-down-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-down-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-down-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-down-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-down-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-down-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-down-short/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-down-short/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-down-short/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-down-short/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-down-short/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-down-short/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-down-short/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-down-short/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-down-short/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-left-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-left-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-left-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-left-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-left-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-left-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-left-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-left-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-left-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-left-short/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-left-short/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-left-short/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-left-short/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-left-short/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-left-short/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-left-short/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-left-short/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-left-short/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-repeat/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-repeat/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-repeat/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-repeat/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-repeat/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-repeat/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-repeat/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-repeat/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-repeat/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-right-short/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-right-short/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-right-short/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-right-short/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-right-short/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-right-short/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-right-short/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-right-short/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-right-short/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-up/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-up/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-up/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-up/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-up/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-up/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-up/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-up/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-up/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-up-down/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-up-down/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-up-down/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-up-down/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-up-down/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-up-down/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-up-down/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-up-down/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-up-down/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-up-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-up-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-up-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-up-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-up-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-up-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-up-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-up-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-up-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-up-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-up-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-up-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-up-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-up-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-up-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-up-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-up-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-up-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrow-up-short/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrow-up-short/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrow-up-short/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrow-up-short/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrow-up-short/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrow-up-short/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrow-up-short/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-up-short/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrow-up-short/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrows-angle-contract/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrows-angle-contract/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrows-angle-contract/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrows-angle-contract/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrows-angle-contract/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrows-angle-contract/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrows-angle-contract/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrows-angle-contract/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrows-angle-contract/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrows-angle-expand/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrows-angle-expand/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrows-angle-expand/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrows-angle-expand/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrows-angle-expand/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrows-angle-expand/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrows-angle-expand/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrows-angle-expand/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrows-angle-expand/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrows-collapse/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrows-collapse/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrows-collapse/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrows-collapse/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrows-collapse/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrows-collapse/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrows-collapse/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrows-collapse/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrows-collapse/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrows-expand/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrows-expand/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrows-expand/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrows-expand/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrows-expand/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrows-expand/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrows-expand/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrows-expand/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrows-expand/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-arrows-fullscreen/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-arrows-fullscreen/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-arrows-fullscreen/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-arrows-fullscreen/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-arrows-fullscreen/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-arrows-fullscreen/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-arrows-fullscreen/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrows-fullscreen/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-arrows-fullscreen/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-at/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-at/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-at/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-at/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-at/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-at/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-at/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-at/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-at/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-award/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-award/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-award/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-award/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-award/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-award/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-award/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-award/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-award/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-backspace/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-backspace/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-backspace/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-backspace/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-backspace/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-backspace/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-backspace/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-backspace/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-backspace/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-backspace-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-backspace-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-backspace-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-backspace-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-backspace-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-backspace-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-backspace-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-backspace-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-backspace-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-backspace-reverse/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-backspace-reverse/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-backspace-reverse/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-backspace-reverse/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-backspace-reverse/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-backspace-reverse/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-backspace-reverse/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-backspace-reverse/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-backspace-reverse/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-backspace-reverse-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-backspace-reverse-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-backspace-reverse-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-backspace-reverse-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-backspace-reverse-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-backspace-reverse-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-backspace-reverse-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-backspace-reverse-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-backspace-reverse-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bar-chart/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bar-chart/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bar-chart/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bar-chart/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bar-chart/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bar-chart/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bar-chart/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bar-chart/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bar-chart/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bar-chart-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bar-chart-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bar-chart-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bar-chart-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bar-chart-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bar-chart-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bar-chart-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bar-chart-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bar-chart-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-battery/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-battery/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-battery/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-battery/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-battery/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-battery/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-battery/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-battery/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-battery/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-battery-charging/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-battery-charging/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-battery-charging/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-battery-charging/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-battery-charging/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-battery-charging/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-battery-charging/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-battery-charging/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-battery-charging/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-battery-full/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-battery-full/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-battery-full/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-battery-full/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-battery-full/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-battery-full/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-battery-full/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-battery-full/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-battery-full/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bell/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bell/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bell/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bell/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bell/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bell/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bell/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bell/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bell/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bell-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bell-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bell-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bell-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bell-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bell-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bell-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bell-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bell-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-blockquote-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-blockquote-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-blockquote-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-blockquote-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-blockquote-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-blockquote-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-blockquote-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-blockquote-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-blockquote-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-blockquote-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-blockquote-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-blockquote-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-blockquote-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-blockquote-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-blockquote-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-blockquote-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-blockquote-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-blockquote-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-book/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-book/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-book/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-book/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-book/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-book/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-book/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-book/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-book/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-book-half-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-book-half-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-book-half-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-book-half-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-book-half-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-book-half-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-book-half-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-book-half-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-book-half-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bookmark/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bookmark/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bookmark/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bookmark/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bookmark/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bookmark/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bookmark/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bookmark/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bookmark/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bookmark-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bookmark-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bookmark-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bookmark-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bookmark-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bookmark-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bookmark-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bookmark-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bookmark-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bootstrap/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bootstrap/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bootstrap/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bootstrap/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bootstrap/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bootstrap/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bootstrap/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bootstrap/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bootstrap/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bootstrap-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bootstrap-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bootstrap-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bootstrap-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bootstrap-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bootstrap-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bootstrap-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bootstrap-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bootstrap-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bootstrap-reboot/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bootstrap-reboot/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bootstrap-reboot/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bootstrap-reboot/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bootstrap-reboot/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bootstrap-reboot/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bootstrap-reboot/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bootstrap-reboot/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bootstrap-reboot/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-box-arrow-bottom-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-box-arrow-bottom-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-box-arrow-bottom-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-box-arrow-bottom-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-box-arrow-bottom-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-box-arrow-bottom-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-box-arrow-bottom-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-bottom-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-bottom-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-box-arrow-bottom-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-box-arrow-bottom-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-box-arrow-bottom-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-box-arrow-bottom-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-box-arrow-bottom-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-box-arrow-bottom-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-box-arrow-bottom-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-bottom-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-bottom-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-box-arrow-down/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-box-arrow-down/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-box-arrow-down/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-box-arrow-down/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-box-arrow-down/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-box-arrow-down/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-box-arrow-down/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-down/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-down/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-box-arrow-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-box-arrow-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-box-arrow-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-box-arrow-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-box-arrow-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-box-arrow-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-box-arrow-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-box-arrow-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-box-arrow-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-box-arrow-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-box-arrow-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-box-arrow-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-box-arrow-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-box-arrow-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-box-arrow-up/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-box-arrow-up/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-box-arrow-up/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-box-arrow-up/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-box-arrow-up/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-box-arrow-up/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-box-arrow-up/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-up/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-up/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-box-arrow-up-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-box-arrow-up-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-box-arrow-up-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-box-arrow-up-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-box-arrow-up-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-box-arrow-up-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-box-arrow-up-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-up-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-up-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-box-arrow-up-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-box-arrow-up-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-box-arrow-up-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-box-arrow-up-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-box-arrow-up-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-box-arrow-up-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-box-arrow-up-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-up-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-box-arrow-up-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-braces/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-braces/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-braces/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-braces/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-braces/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-braces/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-braces/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-braces/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-braces/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-brightness-fill-high/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-brightness-fill-high/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-brightness-fill-high/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-brightness-fill-high/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-brightness-fill-high/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-brightness-fill-high/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-brightness-fill-high/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-brightness-fill-high/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-brightness-fill-high/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-brightness-fill-low/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-brightness-fill-low/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-brightness-fill-low/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-brightness-fill-low/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-brightness-fill-low/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-brightness-fill-low/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-brightness-fill-low/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-brightness-fill-low/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-brightness-fill-low/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-brightness-high/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-brightness-high/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-brightness-high/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-brightness-high/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-brightness-high/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-brightness-high/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-brightness-high/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-brightness-high/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-brightness-high/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-brightness-low/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-brightness-low/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-brightness-low/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-brightness-low/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-brightness-low/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-brightness-low/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-brightness-low/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-brightness-low/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-brightness-low/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-brush/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-brush/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-brush/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-brush/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-brush/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-brush/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-brush/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-brush/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-brush/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bucket/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bucket/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bucket/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bucket/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bucket/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bucket/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bucket/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bucket/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bucket/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bucket-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bucket-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bucket-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bucket-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bucket-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bucket-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bucket-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bucket-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bucket-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-building/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-building/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-building/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-building/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-building/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-building/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-building/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-building/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-building/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-bullseye/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-bullseye/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-bullseye/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-bullseye/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-bullseye/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-bullseye/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-bullseye/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bullseye/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-bullseye/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-calendar/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-calendar/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-calendar/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-calendar/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-calendar/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-calendar/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-calendar/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-calendar/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-calendar/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-calendar-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-calendar-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-calendar-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-calendar-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-calendar-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-calendar-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-calendar-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-calendar-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-calendar-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-camera/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-camera/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-camera/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-camera/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-camera/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-camera/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-camera/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-camera/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-camera/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-camera-video/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-camera-video/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-camera-video/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-camera-video/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-camera-video/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-camera-video/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-camera-video/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-camera-video/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-camera-video/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-camera-video-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-camera-video-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-camera-video-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-camera-video-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-camera-video-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-camera-video-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-camera-video-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-camera-video-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-camera-video-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-capslock/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-capslock/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-capslock/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-capslock/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-capslock/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-capslock/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-capslock/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-capslock/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-capslock/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-capslock-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-capslock-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-capslock-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-capslock-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-capslock-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-capslock-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-capslock-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-capslock-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-capslock-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-chat/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-chat/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-chat/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-chat/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-chat/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-chat/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-chat/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chat/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chat/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-chat-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-chat-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-chat-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-chat-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-chat-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-chat-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-chat-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chat-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chat-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-check/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-check/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-check/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-check/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-check/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-check/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-check/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-check/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-check/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-check-box/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-check-box/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-check-box/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-check-box/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-check-box/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-check-box/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-check-box/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-check-box/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-check-box/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-check-circle/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-check-circle/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-check-circle/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-check-circle/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-check-circle/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-check-circle/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-check-circle/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-check-circle/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-check-circle/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-chevron-compact-down/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-chevron-compact-down/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-chevron-compact-down/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-chevron-compact-down/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-chevron-compact-down/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-chevron-compact-down/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-chevron-compact-down/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-compact-down/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-compact-down/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-chevron-compact-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-chevron-compact-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-chevron-compact-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-chevron-compact-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-chevron-compact-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-chevron-compact-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-chevron-compact-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-compact-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-compact-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-chevron-compact-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-chevron-compact-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-chevron-compact-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-chevron-compact-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-chevron-compact-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-chevron-compact-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-chevron-compact-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-compact-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-compact-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-chevron-compact-up/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-chevron-compact-up/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-chevron-compact-up/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-chevron-compact-up/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-chevron-compact-up/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-chevron-compact-up/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-chevron-compact-up/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-compact-up/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-compact-up/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-chevron-down/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-chevron-down/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-chevron-down/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-chevron-down/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-chevron-down/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-chevron-down/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-chevron-down/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-down/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-down/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-chevron-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-chevron-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-chevron-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-chevron-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-chevron-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-chevron-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-chevron-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-chevron-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-chevron-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-chevron-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-chevron-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-chevron-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-chevron-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-chevron-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-chevron-up/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-chevron-up/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-chevron-up/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-chevron-up/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-chevron-up/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-chevron-up/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-chevron-up/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-up/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-chevron-up/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-circle/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-circle/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-circle/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-circle/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-circle/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-circle/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-circle/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-circle/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-circle/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-circle-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-circle-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-circle-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-circle-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-circle-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-circle-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-circle-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-circle-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-circle-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-circle-half/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-circle-half/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-circle-half/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-circle-half/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-circle-half/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-circle-half/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-circle-half/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-circle-half/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-circle-half/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-circle-slash/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-circle-slash/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-circle-slash/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-circle-slash/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-circle-slash/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-circle-slash/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-circle-slash/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-circle-slash/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-circle-slash/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-clock/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-clock/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-clock/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-clock/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-clock/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-clock/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-clock/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-clock/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-clock/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-clock-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-clock-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-clock-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-clock-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-clock-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-clock-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-clock-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-clock-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-clock-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-cloud/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-cloud/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-cloud/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-cloud/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-cloud/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-cloud/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-cloud/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cloud/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cloud/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-cloud-download/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-cloud-download/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-cloud-download/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-cloud-download/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-cloud-download/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-cloud-download/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-cloud-download/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cloud-download/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cloud-download/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-cloud-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-cloud-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-cloud-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-cloud-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-cloud-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-cloud-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-cloud-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cloud-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cloud-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-cloud-upload/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-cloud-upload/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-cloud-upload/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-cloud-upload/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-cloud-upload/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-cloud-upload/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-cloud-upload/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cloud-upload/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cloud-upload/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-code/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-code/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-code/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-code/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-code/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-code/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-code/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-code/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-code/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-code-slash/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-code-slash/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-code-slash/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-code-slash/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-code-slash/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-code-slash/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-code-slash/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-code-slash/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-code-slash/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-columns/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-columns/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-columns/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-columns/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-columns/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-columns/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-columns/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-columns/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-columns/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-columns-gutters/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-columns-gutters/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-columns-gutters/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-columns-gutters/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-columns-gutters/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-columns-gutters/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-columns-gutters/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-columns-gutters/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-columns-gutters/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-command/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-command/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-command/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-command/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-command/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-command/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-command/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-command/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-command/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-compass/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-compass/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-compass/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-compass/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-compass/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-compass/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-compass/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-compass/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-compass/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-cone/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-cone/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-cone/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-cone/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-cone/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-cone/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-cone/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cone/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cone/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-cone-striped/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-cone-striped/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-cone-striped/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-cone-striped/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-cone-striped/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-cone-striped/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-cone-striped/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cone-striped/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cone-striped/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-controller/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-controller/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-controller/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-controller/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-controller/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-controller/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-controller/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-controller/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-controller/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-credit-card/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-credit-card/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-credit-card/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-credit-card/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-credit-card/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-credit-card/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-credit-card/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-credit-card/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-credit-card/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-cursor/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-cursor/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-cursor/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-cursor/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-cursor/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-cursor/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-cursor/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cursor/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cursor/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-cursor-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-cursor-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-cursor-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-cursor-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-cursor-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-cursor-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-cursor-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cursor-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-cursor-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-dash/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-dash/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-dash/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-dash/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-dash/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-dash/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-dash/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-dash/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-dash/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-diamond/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-diamond/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-diamond/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-diamond/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-diamond/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-diamond/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-diamond/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-diamond/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-diamond/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-diamond-half/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-diamond-half/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-diamond-half/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-diamond-half/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-diamond-half/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-diamond-half/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-diamond-half/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-diamond-half/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-diamond-half/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-display/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-display/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-display/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-display/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-display/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-display/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-display/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-display/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-display/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-display-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-display-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-display-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-display-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-display-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-display-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-display-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-display-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-display-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-document/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-document/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-document/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-document/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-document/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-document/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-document/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-document-code/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-document-code/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-document-code/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-document-code/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-document-code/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-document-code/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-document-code/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document-code/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document-code/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-document-diff/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-document-diff/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-document-diff/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-document-diff/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-document-diff/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-document-diff/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-document-diff/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document-diff/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document-diff/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-document-richtext/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-document-richtext/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-document-richtext/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-document-richtext/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-document-richtext/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-document-richtext/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-document-richtext/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document-richtext/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document-richtext/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-document-spreadsheet/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-document-spreadsheet/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-document-spreadsheet/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-document-spreadsheet/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-document-spreadsheet/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-document-spreadsheet/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-document-spreadsheet/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document-spreadsheet/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document-spreadsheet/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-document-text/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-document-text/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-document-text/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-document-text/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-document-text/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-document-text/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-document-text/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document-text/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-document-text/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-documents/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-documents/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-documents/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-documents/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-documents/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-documents/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-documents/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-documents/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-documents/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-documents-alt/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-documents-alt/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-documents-alt/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-documents-alt/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-documents-alt/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-documents-alt/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-documents-alt/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-documents-alt/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-documents-alt/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-dot/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-dot/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-dot/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-dot/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-dot/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-dot/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-dot/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-dot/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-dot/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-download/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-download/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-download/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-download/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-download/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-download/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-download/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-download/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-download/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-egg-fried/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-egg-fried/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-egg-fried/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-egg-fried/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-egg-fried/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-egg-fried/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-egg-fried/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-egg-fried/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-egg-fried/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-eject/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-eject/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-eject/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-eject/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-eject/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-eject/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-eject/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eject/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eject/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-eject-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-eject-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-eject-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-eject-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-eject-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-eject-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-eject-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eject-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eject-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-envelope/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-envelope/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-envelope/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-envelope/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-envelope/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-envelope/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-envelope/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-envelope/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-envelope/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-envelope-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-envelope-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-envelope-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-envelope-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-envelope-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-envelope-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-envelope-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-envelope-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-envelope-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-envelope-open/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-envelope-open/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-envelope-open/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-envelope-open/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-envelope-open/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-envelope-open/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-envelope-open/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-envelope-open/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-envelope-open/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-envelope-open-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-envelope-open-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-envelope-open-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-envelope-open-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-envelope-open-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-envelope-open-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-envelope-open-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-envelope-open-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-envelope-open-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-eye/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-eye/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-eye/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-eye/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-eye/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-eye/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-eye/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eye/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eye/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-eye-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-eye-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-eye-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-eye-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-eye-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-eye-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-eye-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eye-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eye-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-eye-slash/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-eye-slash/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-eye-slash/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-eye-slash/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-eye-slash/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-eye-slash/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-eye-slash/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eye-slash/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eye-slash/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-eye-slash-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-eye-slash-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-eye-slash-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-eye-slash-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-eye-slash-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-eye-slash-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-eye-slash-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eye-slash-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-eye-slash-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-filter/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-filter/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-filter/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-filter/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-filter/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-filter/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-filter/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-filter/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-filter/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-flag/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-flag/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-flag/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-flag/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-flag/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-flag/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-flag/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-flag/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-flag/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-flag-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-flag-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-flag-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-flag-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-flag-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-flag-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-flag-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-flag-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-flag-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-folder/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-folder/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-folder/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-folder/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-folder/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-folder/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-folder/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-folder/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-folder/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-folder-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-folder-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-folder-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-folder-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-folder-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-folder-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-folder-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-folder-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-folder-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-folder-symlink/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-folder-symlink/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-folder-symlink/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-folder-symlink/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-folder-symlink/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-folder-symlink/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-folder-symlink/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-folder-symlink/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-folder-symlink/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-folder-symlink-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-folder-symlink-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-folder-symlink-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-folder-symlink-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-folder-symlink-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-folder-symlink-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-folder-symlink-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-folder-symlink-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-folder-symlink-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-fonts/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-fonts/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-fonts/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-fonts/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-fonts/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-fonts/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-fonts/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-fonts/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-fonts/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-forward/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-forward/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-forward/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-forward/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-forward/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-forward/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-forward/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-forward/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-forward/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-forward-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-forward-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-forward-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-forward-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-forward-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-forward-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-forward-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-forward-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-forward-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-gear/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-gear/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-gear/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-gear/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-gear/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-gear/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-gear/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-gear/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-gear/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-gear-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-gear-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-gear-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-gear-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-gear-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-gear-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-gear-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-gear-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-gear-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-gear-wide/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-gear-wide/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-gear-wide/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-gear-wide/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-gear-wide/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-gear-wide/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-gear-wide/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-gear-wide/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-gear-wide/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-gear-wide-connected/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-gear-wide-connected/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-gear-wide-connected/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-gear-wide-connected/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-gear-wide-connected/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-gear-wide-connected/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-gear-wide-connected/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-gear-wide-connected/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-gear-wide-connected/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-geo/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-geo/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-geo/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-geo/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-geo/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-geo/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-geo/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-geo/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-geo/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-graph-down/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-graph-down/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-graph-down/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-graph-down/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-graph-down/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-graph-down/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-graph-down/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-graph-down/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-graph-down/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-graph-up/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-graph-up/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-graph-up/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-graph-up/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-graph-up/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-graph-up/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-graph-up/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-graph-up/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-graph-up/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-grid/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-grid/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-grid/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-grid/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-grid/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-grid/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-grid/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-grid/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-grid/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-grid-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-grid-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-grid-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-grid-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-grid-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-grid-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-grid-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-grid-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-grid-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-hammer/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-hammer/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-hammer/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-hammer/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-hammer/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-hammer/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-hammer/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-hammer/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-hammer/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-hash/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-hash/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-hash/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-hash/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-hash/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-hash/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-hash/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-hash/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-hash/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-heart/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-heart/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-heart/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-heart/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-heart/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-heart/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-heart/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-heart/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-heart/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-heart-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-heart-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-heart-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-heart-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-heart-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-heart-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-heart-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-heart-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-heart-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-house/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-house/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-house/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-house/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-house/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-house/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-house/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-house/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-house/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-house-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-house-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-house-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-house-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-house-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-house-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-house-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-house-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-house-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-image/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-image/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-image/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-image/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-image/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-image/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-image/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-image/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-image/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-image-alt/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-image-alt/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-image-alt/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-image-alt/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-image-alt/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-image-alt/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-image-alt/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-image-alt/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-image-alt/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-image-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-image-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-image-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-image-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-image-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-image-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-image-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-image-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-image-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-images/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-images/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-images/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-images/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-images/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-images/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-images/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-images/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-images/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-inbox/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-inbox/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-inbox/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-inbox/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-inbox/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-inbox/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-inbox/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-inbox/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-inbox/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-inbox-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-inbox-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-inbox-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-inbox-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-inbox-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-inbox-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-inbox-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-inbox-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-inbox-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-inboxes/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-inboxes/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-inboxes/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-inboxes/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-inboxes/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-inboxes/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-inboxes/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-inboxes/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-inboxes/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-inboxes-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-inboxes-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-inboxes-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-inboxes-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-inboxes-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-inboxes-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-inboxes-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-inboxes-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-inboxes-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-info/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-info/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-info/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-info/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-info/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-info/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-info/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-info/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-info/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-info-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-info-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-info-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-info-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-info-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-info-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-info-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-info-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-info-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-info-square/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-info-square/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-info-square/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-info-square/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-info-square/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-info-square/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-info-square/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-info-square/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-info-square/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-info-square-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-info-square-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-info-square-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-info-square-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-info-square-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-info-square-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-info-square-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-info-square-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-info-square-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-justify/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-justify/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-justify/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-justify/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-justify/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-justify/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-justify/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-justify/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-justify/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-justify-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-justify-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-justify-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-justify-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-justify-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-justify-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-justify-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-justify-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-justify-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-justify-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-justify-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-justify-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-justify-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-justify-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-justify-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-justify-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-justify-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-justify-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-kanban/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-kanban/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-kanban/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-kanban/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-kanban/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-kanban/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-kanban/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-kanban/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-kanban/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-kanban-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-kanban-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-kanban-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-kanban-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-kanban-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-kanban-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-kanban-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-kanban-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-kanban-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-laptop/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-laptop/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-laptop/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-laptop/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-laptop/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-laptop/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-laptop/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-laptop/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-laptop/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-layout-sidebar/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-layout-sidebar/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-layout-sidebar/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-layout-sidebar/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-layout-sidebar/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-layout-sidebar/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-layout-sidebar/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-layout-sidebar/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-layout-sidebar/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-layout-sidebar-reverse/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-layout-sidebar-reverse/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-layout-sidebar-reverse/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-layout-sidebar-reverse/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-layout-sidebar-reverse/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-layout-sidebar-reverse/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-layout-sidebar-reverse/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-layout-sidebar-reverse/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-layout-sidebar-reverse/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-layout-split/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-layout-split/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-layout-split/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-layout-split/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-layout-split/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-layout-split/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-layout-split/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-layout-split/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-layout-split/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-list/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-list/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-list/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-list/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-list/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-list/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-list/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-list/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-list/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-list-check/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-list-check/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-list-check/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-list-check/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-list-check/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-list-check/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-list-check/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-list-check/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-list-check/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-list-ol/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-list-ol/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-list-ol/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-list-ol/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-list-ol/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-list-ol/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-list-ol/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-list-ol/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-list-ol/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-list-task/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-list-task/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-list-task/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-list-task/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-list-task/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-list-task/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-list-task/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-list-task/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-list-task/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-list-ul/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-list-ul/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-list-ul/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-list-ul/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-list-ul/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-list-ul/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-list-ul/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-list-ul/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-list-ul/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-lock/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-lock/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-lock/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-lock/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-lock/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-lock/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-lock/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-lock/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-lock/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-lock-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-lock-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-lock-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-lock-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-lock-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-lock-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-lock-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-lock-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-lock-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-map/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-map/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-map/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-map/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-map/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-map/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-map/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-map/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-map/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-mic/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-mic/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-mic/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-mic/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-mic/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-mic/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-mic/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-mic/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-mic/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-moon/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-moon/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-moon/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-moon/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-moon/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-moon/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-moon/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-moon/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-moon/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-music-player/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-music-player/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-music-player/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-music-player/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-music-player/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-music-player/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-music-player/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-music-player/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-music-player/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-music-player-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-music-player-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-music-player-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-music-player-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-music-player-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-music-player-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-music-player-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-music-player-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-music-player-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-option/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-option/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-option/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-option/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-option/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-option/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-option/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-option/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-option/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-outlet/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-outlet/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-outlet/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-outlet/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-outlet/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-outlet/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-outlet/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-outlet/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-outlet/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-pause/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-pause/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-pause/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-pause/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-pause/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-pause/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-pause/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pause/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pause/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-pause-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-pause-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-pause-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-pause-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-pause-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-pause-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-pause-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pause-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pause-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-pen/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-pen/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-pen/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-pen/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-pen/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-pen/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-pen/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pen/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pen/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-pencil/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-pencil/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-pencil/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-pencil/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-pencil/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-pencil/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-pencil/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pencil/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pencil/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-people/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-people/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-people/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-people/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-people/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-people/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-people/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-people/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-people/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-people-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-people-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-people-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-people-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-people-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-people-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-people-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-people-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-people-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-person/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-person/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-person/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-person/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-person/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-person/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-person/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-person/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-person/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-person-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-person-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-person-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-person-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-person-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-person-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-person-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-person-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-person-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-phone/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-phone/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-phone/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-phone/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-phone/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-phone/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-phone/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-phone/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-phone/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-phone-landscape/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-phone-landscape/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-phone-landscape/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-phone-landscape/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-phone-landscape/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-phone-landscape/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-phone-landscape/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-phone-landscape/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-phone-landscape/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-pie-chart/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-pie-chart/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-pie-chart/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-pie-chart/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-pie-chart/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-pie-chart/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-pie-chart/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pie-chart/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pie-chart/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-pie-chart-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-pie-chart-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-pie-chart-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-pie-chart-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-pie-chart-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-pie-chart-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-pie-chart-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pie-chart-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-pie-chart-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-play/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-play/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-play/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-play/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-play/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-play/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-play/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-play/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-play/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-play-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-play-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-play-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-play-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-play-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-play-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-play-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-play-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-play-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-plug/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-plug/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-plug/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-plug/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-plug/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-plug/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-plug/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-plug/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-plug/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-plus/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-plus/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-plus/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-plus/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-plus/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-plus/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-plus/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-plus/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-plus/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-power/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-power/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-power/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-power/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-power/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-power/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-power/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-power/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-power/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-question/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-question/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-question/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-question/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-question/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-question/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-question/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-question/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-question/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-question-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-question-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-question-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-question-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-question-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-question-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-question-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-question-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-question-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-question-square/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-question-square/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-question-square/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-question-square/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-question-square/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-question-square/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-question-square/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-question-square/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-question-square/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-question-square-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-question-square-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-question-square-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-question-square-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-question-square-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-question-square-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-question-square-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-question-square-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-question-square-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-reply/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-reply/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-reply/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-reply/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-reply/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-reply/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-reply/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-reply/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-reply/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-reply-all/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-reply-all/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-reply-all/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-reply-all/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-reply-all/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-reply-all/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-reply-all/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-reply-all/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-reply-all/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-reply-all-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-reply-all-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-reply-all-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-reply-all-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-reply-all-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-reply-all-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-reply-all-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-reply-all-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-reply-all-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-reply-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-reply-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-reply-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-reply-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-reply-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-reply-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-reply-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-reply-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-reply-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-screwdriver/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-screwdriver/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-screwdriver/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-screwdriver/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-screwdriver/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-screwdriver/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-screwdriver/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-screwdriver/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-screwdriver/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-search/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-search/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-search/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-search/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-search/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-search/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-search/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-search/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-search/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-shield/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-shield/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-shield/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-shield/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-shield/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-shield/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-shield/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shield/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shield/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-shield-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-shield-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-shield-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-shield-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-shield-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-shield-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-shield-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shield-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shield-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-shield-lock/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-shield-lock/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-shield-lock/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-shield-lock/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-shield-lock/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-shield-lock/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-shield-lock/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shield-lock/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shield-lock/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-shield-lock-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-shield-lock-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-shield-lock-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-shield-lock-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-shield-lock-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-shield-lock-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-shield-lock-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shield-lock-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shield-lock-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-shield-shaded/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-shield-shaded/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-shield-shaded/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-shield-shaded/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-shield-shaded/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-shield-shaded/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-shield-shaded/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shield-shaded/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shield-shaded/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-shift/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-shift/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-shift/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-shift/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-shift/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-shift/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-shift/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shift/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shift/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-shift-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-shift-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-shift-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-shift-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-shift-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-shift-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-shift-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shift-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-shift-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-skip-backward/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-skip-backward/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-skip-backward/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-skip-backward/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-skip-backward/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-skip-backward/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-skip-backward/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-backward/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-backward/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-skip-backward-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-skip-backward-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-skip-backward-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-skip-backward-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-skip-backward-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-skip-backward-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-skip-backward-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-backward-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-backward-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-skip-end/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-skip-end/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-skip-end/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-skip-end/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-skip-end/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-skip-end/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-skip-end/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-end/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-end/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-skip-end-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-skip-end-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-skip-end-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-skip-end-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-skip-end-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-skip-end-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-skip-end-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-end-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-end-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-skip-forward/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-skip-forward/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-skip-forward/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-skip-forward/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-skip-forward/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-skip-forward/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-skip-forward/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-forward/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-forward/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-skip-forward-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-skip-forward-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-skip-forward-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-skip-forward-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-skip-forward-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-skip-forward-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-skip-forward-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-forward-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-forward-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-skip-start/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-skip-start/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-skip-start/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-skip-start/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-skip-start/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-skip-start/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-skip-start/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-start/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-start/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-skip-start-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-skip-start-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-skip-start-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-skip-start-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-skip-start-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-skip-start-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-skip-start-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-start-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-skip-start-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-speaker/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-speaker/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-speaker/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-speaker/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-speaker/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-speaker/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-speaker/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-speaker/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-speaker/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-square/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-square/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-square/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-square/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-square/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-square/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-square/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-square/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-square/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-square-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-square-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-square-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-square-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-square-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-square-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-square-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-square-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-square-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-square-half/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-square-half/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-square-half/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-square-half/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-square-half/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-square-half/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-square-half/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-square-half/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-square-half/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-star/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-star/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-star/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-star/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-star/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-star/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-star/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-star/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-star/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-star-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-star-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-star-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-star-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-star-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-star-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-star-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-star-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-star-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-star-half/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-star-half/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-star-half/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-star-half/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-star-half/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-star-half/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-star-half/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-star-half/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-star-half/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-stop/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-stop/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-stop/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-stop/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-stop/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-stop/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-stop/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-stop/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-stop/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-stop-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-stop-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-stop-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-stop-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-stop-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-stop-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-stop-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-stop-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-stop-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-stopwatch/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-stopwatch/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-stopwatch/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-stopwatch/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-stopwatch/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-stopwatch/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-stopwatch/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-stopwatch/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-stopwatch/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-stopwatch-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-stopwatch-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-stopwatch-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-stopwatch-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-stopwatch-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-stopwatch-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-stopwatch-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-stopwatch-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-stopwatch-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-sun/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-sun/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-sun/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-sun/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-sun/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-sun/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-sun/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-sun/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-sun/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-table/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-table/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-table/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-table/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-table/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-table/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-table/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-table/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-table/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-tablet/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-tablet/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-tablet/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-tablet/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-tablet/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-tablet/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-tablet/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tablet/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tablet/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-tablet-landscape/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-tablet-landscape/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-tablet-landscape/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-tablet-landscape/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-tablet-landscape/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-tablet-landscape/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-tablet-landscape/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tablet-landscape/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tablet-landscape/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-tag/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-tag/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-tag/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-tag/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-tag/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-tag/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-tag/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tag/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tag/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-tag-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-tag-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-tag-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-tag-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-tag-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-tag-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-tag-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tag-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tag-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-terminal/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-terminal/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-terminal/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-terminal/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-terminal/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-terminal/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-terminal/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-terminal/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-terminal/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-terminal-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-terminal-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-terminal-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-terminal-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-terminal-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-terminal-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-terminal-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-terminal-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-terminal-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-text-center/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-text-center/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-text-center/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-text-center/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-text-center/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-text-center/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-text-center/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-text-center/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-text-center/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-text-indent-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-text-indent-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-text-indent-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-text-indent-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-text-indent-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-text-indent-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-text-indent-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-text-indent-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-text-indent-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-text-indent-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-text-indent-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-text-indent-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-text-indent-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-text-indent-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-text-indent-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-text-indent-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-text-indent-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-text-indent-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-text-left/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-text-left/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-text-left/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-text-left/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-text-left/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-text-left/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-text-left/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-text-left/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-text-left/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-text-right/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-text-right/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-text-right/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-text-right/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-text-right/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-text-right/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-text-right/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-text-right/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-text-right/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-three-dots/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-three-dots/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-three-dots/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-three-dots/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-three-dots/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-three-dots/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-three-dots/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-three-dots/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-three-dots/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-three-dots-vertical/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-three-dots-vertical/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-three-dots-vertical/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-three-dots-vertical/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-three-dots-vertical/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-three-dots-vertical/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-three-dots-vertical/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-three-dots-vertical/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-three-dots-vertical/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-toggle-off/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-toggle-off/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-toggle-off/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-toggle-off/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-toggle-off/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-toggle-off/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-toggle-off/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-toggle-off/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-toggle-off/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-toggle-on/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-toggle-on/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-toggle-on/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-toggle-on/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-toggle-on/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-toggle-on/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-toggle-on/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-toggle-on/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-toggle-on/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-toggles/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-toggles/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-toggles/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-toggles/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-toggles/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-toggles/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-toggles/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-toggles/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-toggles/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-tools/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-tools/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-tools/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-tools/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-tools/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-tools/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-tools/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tools/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tools/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-trash/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-trash/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-trash/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-trash/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-trash/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-trash/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-trash/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-trash/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-trash/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-trash-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-trash-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-trash-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-trash-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-trash-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-trash-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-trash-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-trash-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-trash-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-triangle/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-triangle/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-triangle/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-triangle/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-triangle/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-triangle/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-triangle/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-triangle/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-triangle/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-triangle-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-triangle-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-triangle-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-triangle-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-triangle-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-triangle-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-triangle-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-triangle-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-triangle-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-triangle-half/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-triangle-half/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-triangle-half/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-triangle-half/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-triangle-half/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-triangle-half/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-triangle-half/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-triangle-half/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-triangle-half/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-trophy/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-trophy/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-trophy/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-trophy/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-trophy/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-trophy/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-trophy/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-trophy/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-trophy/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-tv/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-tv/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-tv/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-tv/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-tv/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-tv/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-tv/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tv/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tv/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-tv-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-tv-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-tv-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-tv-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-tv-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-tv-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-tv-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tv-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-tv-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-type/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-type/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-type/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-type/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-type/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-type/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-type/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-type-bold/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-type-bold/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-type-bold/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-type-bold/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-type-bold/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-type-bold/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-type-bold/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-bold/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-bold/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-type-h1/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-type-h1/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-type-h1/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-type-h1/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-type-h1/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-type-h1/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-type-h1/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-h1/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-h1/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-type-h2/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-type-h2/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-type-h2/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-type-h2/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-type-h2/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-type-h2/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-type-h2/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-h2/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-h2/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-type-h3/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-type-h3/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-type-h3/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-type-h3/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-type-h3/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-type-h3/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-type-h3/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-h3/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-h3/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-type-italic/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-type-italic/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-type-italic/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-type-italic/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-type-italic/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-type-italic/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-type-italic/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-italic/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-italic/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-type-strikethrough/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-type-strikethrough/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-type-strikethrough/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-type-strikethrough/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-type-strikethrough/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-type-strikethrough/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-type-strikethrough/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-strikethrough/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-strikethrough/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-type-underline/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-type-underline/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-type-underline/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-type-underline/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-type-underline/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-type-underline/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-type-underline/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-underline/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-type-underline/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-unlock/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-unlock/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-unlock/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-unlock/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-unlock/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-unlock/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-unlock/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-unlock/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-unlock/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-unlock-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-unlock-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-unlock-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-unlock-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-unlock-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-unlock-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-unlock-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-unlock-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-unlock-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-upload/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-upload/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-upload/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-upload/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-upload/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-upload/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-upload/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-upload/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-upload/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-volume-down/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-volume-down/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-volume-down/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-volume-down/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-volume-down/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-volume-down/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-volume-down/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-down/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-down/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-volume-down-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-volume-down-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-volume-down-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-volume-down-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-volume-down-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-volume-down-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-volume-down-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-down-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-down-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-volume-mute/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-volume-mute/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-volume-mute/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-volume-mute/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-volume-mute/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-volume-mute/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-volume-mute/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-mute/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-mute/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-volume-mute-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-volume-mute-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-volume-mute-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-volume-mute-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-volume-mute-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-volume-mute-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-volume-mute-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-mute-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-mute-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-volume-up/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-volume-up/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-volume-up/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-volume-up/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-volume-up/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-volume-up/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-volume-up/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-up/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-up/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-volume-up-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-volume-up-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-volume-up-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-volume-up-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-volume-up-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-volume-up-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-volume-up-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-up-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-volume-up-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-wallet/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-wallet/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-wallet/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-wallet/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-wallet/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-wallet/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-wallet/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-wallet/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-wallet/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-watch/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-watch/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-watch/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-watch/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-watch/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-watch/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-watch/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-watch/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-watch/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-wifi/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-wifi/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-wifi/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-wifi/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-wifi/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-wifi/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-wifi/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-wifi/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-wifi/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-window/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-window/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-window/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-window/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-window/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-window/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-window/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-window/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-window/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-wrench/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-wrench/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-wrench/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-wrench/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-wrench/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-wrench/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-wrench/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-wrench/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-wrench/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-x/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-x/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-x/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-x/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-x/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-x/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-x/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-x-circle/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-x-circle/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-x-circle/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-x-circle/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-x-circle/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-x-circle/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-x-circle/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-circle/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-circle/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-x-circle-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-x-circle-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-x-circle-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-x-circle-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-x-circle-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-x-circle-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-x-circle-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-circle-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-circle-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-x-octagon/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-x-octagon/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-x-octagon/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-x-octagon/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-x-octagon/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-x-octagon/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-x-octagon/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-octagon/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-octagon/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-x-octagon-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-x-octagon-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-x-octagon-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-x-octagon-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-x-octagon-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-x-octagon-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-x-octagon-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-octagon-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-octagon-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-x-square/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-x-square/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-x-square/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-x-square/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-x-square/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-x-square/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-x-square/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-square/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-square/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"b-icon-x-square-fill/variant": {
"description": "Contextual color variant. By default the icon inherits the current text color",
"type": "string"
},
"b-icon-x-square-fill/font-scale": {
"description": "Scale the icons current font size",
"type": "number|string"
},
"b-icon-x-square-fill/scale": {
"description": "Scales the icon's SVG, without increasing the font size",
"type": "number|string"
},
"b-icon-x-square-fill/rotate": {
"description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise",
"type": "number|string"
},
"b-icon-x-square-fill/flip-h": {
"description": "Flips the icon horizontally",
"type": "boolean"
},
"b-icon-x-square-fill/flip-v": {
"description": "Flips the icon vertically",
"type": "boolean"
},
"b-icon-x-square-fill/shift-h": {
"description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-square-fill/shift-v": {
"description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units",
"type": "number|string"
},
"b-icon-x-square-fill/stacked": {
"description": "Set this prop to true when placing inside a BIconstack component",
"type": "boolean"
},
"v-b-toggle": {
"global": true,
"description": "Easily toggle content visibility on your pages. Includes support for making accordions."
},
"v-b-modal": {
"global": true,
"description": "Modals are streamlined, but flexible dialog prompts powered by JavaScript and CSS. They support a number of use cases from user notification to completely custom content and feature a handful of helpful sub-components, sizes, variants, accessibility, and more."
},
"v-b-hover": {
"global": true,
"description": "A lightweight directive that allows you to react when an element either becomes hovered or unhovered"
},
"v-b-popover": {
"global": true,
"description": "Add BootstrapVue popovers to any element on your site, using Bootstrap v4 CSS for styling and animations. Popovers are tooltips on steroids."
},
"v-b-scrollspy": {
"global": true,
"description": "Automatically activate BootstrapVue navigation or list group components based on scroll position to indicate which link is currently active in the viewport."
},
"v-b-tooltip": {
"global": true,
"description": "Add custom BootstrapVue tooltips to any element. Tooltips can be triggered by hovering, focusing, or clicking an element."
},
"v-b-visible": {
"global": true,
"description": "The `v-b-visible` directive allows you to react when an element becomes visible in the viewport."
}
}