fun-backdrop
Show a backdrop over the entire window. This is useful for putting behind modals and popovers and other things like that.
The backdrop is not actually shown here as it takes over the whole page. See the modal controller or popover components to see it in action.
Examples
Web component
React component
Specifications
Properties
Property | Attribute | Required | Description | Type | Default |
---|---|---|---|---|---|
opacity | opacity | false | How transparent should the backdrop be. | string | '50%' |
show | show | false | Set to true to show the backdrop. | boolean |
Dependencies
Depends on
Used by
This documentation page generated from the source at fun-backdrop.tsx