Material
自适应浅深主题的材质层。Toolbar 用于顶栏,Glass 用于浮层,Surface 用于不透明或减少透明度场景。
保留背景色彩和文字对比度。
适合减少透明度与高对比度场景。
---
import { Material } from '@zaihuanews/flor-ui';
---
<Material as="header" variant="toolbar" border="bottom">
<nav>...</nav>
</Material>| Prop / Event | Type | Default | 说明 |
|---|---|---|---|
variant | 'toolbar' | 'glass' | 'surface' | 'glass' | 材质类型。 |
border | 'none' | 'top' | 'bottom' | 'all' | 'none' | 边框位置。 |
radius | 'none' | 'medium' | 'large' | 'full' | 'none' | 圆角尺寸。 |
as | HTML tag | 'div' | 输出的语义元素。 |