b-overlay
\r\n \r\n component is used to visually obscure a particular element or component and its content. It signals to the\r\n user of a state change within the element or component and can be used for creating loaders,\r\n warnings/alerts, prompts, and more.\r\n \r\n Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\r\nClick the button to toggle the overlay:
\r\n\r\n Please wait...\r\n
\r\nAre you sure?
\r\nb-overlay
\r\n \r\n component is used to visually obscure a particular element or component and its content. It signals to the\r\n user of a state change within the element or component and can be used for creating loaders,\r\n warnings/alerts, prompts, and more.\r\n \r\n variant
\r\n prop. The variant is translated into one of Bootstrap's \r\n background variant utility classes
\r\n . Control the opacity of the backdrop via the\r\n opacity
\r\n prop (opacity values can range from \r\n 0
\r\n to \r\n 1
\r\n ). And background blurring can be controlled via the \r\n blur
\r\n prop.\r\n no-fade
\r\n prop to \r\n <b-overlay>.
\r\n <b-spinner>
\r\n of type \r\n 'border'
\r\n . You can control the appearance of the spinner via the following props:\r\n rounded
\r\n prop to apply rounding to the overlay's corners to match the obscured content's rounded corners.\r\n overlay
\r\n <b-overlay>
\r\n wraps the content of the default slot. In some cases you may want to obscure a parent container. Use the \r\n no-wrap
\r\n prop to disable rendering of the wrapping (and ignore the default slot). Note that this requires that the\r\n ancestor element that is to be obscured to have relative positioning (either via the utility class \r\n 'position-relative'
\r\n , or CSS style \r\n 'position: relative;'
\r\n ).\r\n no-wrap
\r\n , and using the \r\n overlay
\r\n slot to present the user with a prompt dialog, and once confirmed it shows a uploading status indicator. This\r\n example also demonstrates additional accessibility markup.\r\n \r\n