使用
在程序入口用ShuttleUIProvider包裹,使用context来实现theme和colorMode的传递
设置ShuttleUIProvider
自定义主题(可选)
自定义颜色模式(可选)
Provider Props
参数 | 类型 | 说明 | 默认值 |
---|---|---|---|
theme | object | 主题配置 | Default Theme |
colorMode | string | 颜色模式 | - |
在程序入口用ShuttleUIProvider包裹,使用context来实现theme和colorMode的传递
参数 | 类型 | 说明 | 默认值 |
---|---|---|---|
theme | object | 主题配置 | Default Theme |
colorMode | string | 颜色模式 | - |