🌐 AI搜索 & 代理 主页
Skip to content

Commit 6a2c3bc

Browse files
authored
Update README.md
1 parent f378b83 commit 6a2c3bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/overlay/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
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
812
be forms, tables, delete confirmation dialogs, or anywhere you need to signal that the application
913
is busy performing a background task, to signal that a certain component is unavailable, or to
1014
provide 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
1717
be 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">

0 commit comments

Comments
 (0)