Element: <ins-backdrop>
Creates an overlay to hold other components.
Code Snippet
<ins-backdrop> </ins-backdrop>
Code Snippet
<ins-button solid label="Element Behind"> </ins-button> <ins-backdrop> <div> <h3>Hello World</h3> </div> </ins-backdrop> <style> ins-backdrop div { position: relative; z-index: 9999; } </style>
Code Snippet
<ins-button solid label="Element Behind"> </ins-button> <ins-backdrop light> <div> <h3>Hello World</h3> </div> </ins-backdrop> <style> ins-backdrop div { position: relative; z-index: 9999; } </style>
FIELD ATTRIBUTE | TYPE | DEFAULT | OPTIONS | DESCRIPTION |
---|---|---|---|---|
light | boolean | false | true, false | Set backdrop color style to light / white. |
Didn't quite find what you are looking for or have feedback on how we can make the content better then we would love to hear from you. Please provide us feedback and we will get back to you shortly.