Partial Component
Overlay
The Overlay partial is a CSS-only component that provides styling for modal overlays and background elements. It contains no template markup - all functionality is defined through CSS classes and transitions.
Manifest
{
"name": "overlay",
"type": "_partials",
"styles": ["overlay.css"],
"scripts": [],
"requires": []
}
Notes
- No template markup, styling only
- Background overlays for modal dialogs
- Used by video component