简体中文
Appearance
内容对屏幕阅读器可见、视觉上不可见的容器。常用于辅助说明文案、表单校验提示等无障碍场景。
该组件无属性,仅使用默认 slot 透出内容。
说明:采用经典 clip 方案(position: absolute; width/height: 1px; clip 等)实现视觉隐藏;纯展示组件,不含交互元素、不派发任何事件。
position: absolute; width/height: 1px; clip