1.0.0 • Published 3 years ago

zent-theme-sdk v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Theme SDK for Zent

使用方法

⚠️ 必须在先安装zent,且版本>=9.8.0

yarn add @zent/theme-sdk

API

属性 / 方法说明类型
defaultTheme获取当前主题下的所有css variable和值() => ITheme
generatePalette根据基础色获取所有生成的色值(baseColor: string) => string[]
generateTheme根据语义场景和基准值获取所有css variable和值(config: IThemeConfig) => ITheme
applyTheme应用主题的值(theme: ITheme) => void
1.0.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1-alpha.3

3 years ago

0.0.1-alpha.2

3 years ago

0.0.1-alpha.1

3 years ago

0.0.1

3 years ago