You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add Overlay component documentation and examples
Add English and Chinese docs with four demo examples (basic, blurred,
mask types, custom content) and register Overlay in the docs router
under the Feedback category.
import CustomContent from './demo/custom-content.md'
5
+
6
+
# Overlay
7
+
8
+
A mask layer that covers the page content.
9
+
10
+
## Scenario
11
+
12
+
When you need a mask layer to cover the page content, such as when displaying a modal dialog, drawer, or any floating panel that requires a backdrop. **Overlay** provides a low-level building block with fade animation, scroll locking, and multiple mask types.
0 commit comments