File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44> component and its content. It signals to the user of a state change within the element or
55> component and can be used for creating loaders, warnings/alerts, prompts, and more.
66
7+ ## Overview
8+
9+ The component ` <b-overlay> ` was introduced in BootstrapVue version ` v2.7.0 ` .
10+
711` <b-overlay> ` can be used to obscure almost anything. [ Example use cases] ( #use-case-examples ) would
812be forms, tables, delete confirmation dialogs, or anywhere you need to signal that the application
913is busy performing a background task, to signal that a certain component is unavailable, or to
1014provide additional context to the end user.
1115
12- The component ` <b-overlay> ` was introduced in BootstrapVue version ` v2.7.0 ` .
13-
14- ## Overview
15-
1616` <b-overlay> ` can be used to overlay (wrap) an element or component (the default behaviour), or can
1717be placed as a descendant of a ` position: relative ` element
1818([ non-wrapping mode] ( #non-wrapping-mode ) ).
1919
20- The overlay visibility is controlled vis the ` show ` prop. By default the overlay is _ not_ shown.
20+ The overlay visibility is controlled via the ` show ` prop. By default the overlay is _ not_ shown.
2121
2222<div class =" alert alert-info " >
2323 <p class =" mb-0 " >
You can’t perform that action at this time.
0 commit comments