色彩
Muse-UI 中所有组件的 或者 属性,都可以使用 , , , , , , 或者 Material Design 规范中的所有色彩名称。
在组件中使用 color
PRIMARY
SUCCESS
INDIGO400
CUSTOM
Color 类使用
Muse-UI Color 类,定义了 Material Design 规范的中所有的色彩。
import theme from 'muse-ui/lib/theme';import * as colors from 'muse-ui/lib/theme/colors';theme.add('custom-theme', { primary: colors.indigo, secondary: colors.pinkA200 });