Overlay
BsOverlay is a lightweight component for displaying a backdrop overlay.
Basic Usage
API Reference
Property | Type | Default | Description |
---|---|---|---|
color | String | #000 | The backdrop color in hexadecimal format. |
fixed | Boolean | false | Fixed position. |
opacity | Number | 0.4 | The backdrop opacity. |
show required | Boolean | false | Show or hide the backdrop overlay. |
z-index | Number | 1041 | CSS z-index display position. |
Name | Arguments | Description |
---|---|---|
click | ( e:Event ) | Fired when the backdrop overlay is clicked. |