We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b172d9 commit 13842fbCopy full SHA for 13842fb
src/components/overlay/README.md
@@ -32,7 +32,7 @@ The overlay visibility is controlled vis the `show` prop. By default the overlay
32
<template>
33
<div>
34
<b-overlay :show="show" rounded="sm">
35
- <b-card title="Card with overlay" : aria-hidden="show ? 'true' : null">
+ <b-card title="Card with overlay" :aria-hidden="show ? 'true' : null">
36
<b-card-text>Laborum consequat non elit enim exercitation cillum.</b-card-text>
37
<b-card-text>Click the button to toggle the overlay:</b-card-text>
38
<b-button :disabled="show" variant="primary" @click="show = true">
0 commit comments