2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-01-12 12:25:16 +08:00
naive-ui/demo/documentation/components/config-provider/zhCN/index.demo-entry.md

810 B

配置提供者 Config Provider

配置提供者设置内部组件的主题、语言和组件卸载于其他位置的 DOM 的类名。

演示

theme
namespace
inherit-theme
theme-environment
os-theme
language
transparent

Props

名称 类型 默认值 说明
abstract boolean false 是否不存在 DOM 包裹
tag string 'div' n-config-provider 被渲染成的元素
language string 'en-US' n-config-provider 内部的组件语言
namespace string'undefined n-config-provider 内部组件被卸载于其他位置的 DOM 的类名
theme string'undefined n-config-provider 内部组件的主题
theme-environments { [themeName: string]: any }'undefined 一个可以被 n-config-consumern-element 获取到的主题环境变量,