![]() |
VOOZH | about |
Blaze UI is a CSS open-source framework. It is a lightweight UI toolkit and provides great tools for building customized and scalable applications. It can work with any framework that exists. It can adapt to any ecosystem. All designs or CSS are mobile-first and hence responsive. It project is available open-source so a large community maintains it.
In this article, We are going to learn about Overlays variation. The overlay component is used in many other components, like modal, to blackout the content of the page. To make use of overlays the c-overlay class is used. By default, the overlays are hidden. To make overlays visible, we can use c-overlay--visible class.
Variations:
Syntax:
<div class="c-overlay c-overlay--visible"></div>
Example 1: In the below examples, you are going to see the effect of overlays.
Output:
Output:
Example 2: In the below example, we will see the use of .c-overlay--visible class.
Output:
Output:
Reference: https://www.blazeui.com/components/overlays/