mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
487001d697
.demo.md for component demo .demo-entry.md for demo entry .md for common docs
470 B
470 B
元素 Element
Element 可以被渲染成各种标签同时还可以获得某些 n-config-provider
提供的配置。
演示
basic
color
Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
as | string |
'div' |
n-element 需要渲染为什么元素 |
Slots
名称 | 参数 | 说明 |
---|---|---|
default | (theme: string, namespace: string, themeEnvironment: any, styleScheme: Object) |
Events
名称 | 参数 |
---|---|
theme-change | (theme: string) |