MUI Palette:主题调色板 源码
MUI调色板 主题调色板 需要安装: “ @ material-ui / core” 用法: 例子: const theme = createMuiTheme({ palette: { primary: { main: '#ff4400', }, secondary: { light: '#0066ff', main: '#0044ff', contrastText: '#ffcc00', }, contrastThreshold: 3, tonalOffset: 0.2, }, });
文件列表
MUI-Palette-main.zip
(预估有个4文件)
MUI-Palette-main
README.md
386B
Palette_style.ts
1KB
Palette.tsx
3KB
index.ts
36B
暂无评论