文件名称:material-design-colors:主题扩展
文件大小:20KB
文件格式:ZIP
更新时间:2024-04-07 09:09:23
javascript theme typescript extension TypeScript
主题扩展。 安装 使用npm: npm install @yfill/material-design-colors --save 或使用纱线: yarn add @yfill/material-design-colors 用法 导入资源并使用使用方法进行安装,设置颜色(红色/粉红色/紫色/深紫色/靛蓝/蓝色/浅蓝色/青色/蓝绿色/绿色/浅绿色/石灰/黄色/琥珀色/橙色/远距离/棕色/灰色/蓝灰色)。 import Theme from "@yfill/theme" ; import MaterialDesignColors from "@yfill/material-design-colors" ; Theme . run ( ) . use ( MaterialDesignColors , "blue" ) ; < script src =" https://unpkg.com/
【文件预览】:
material-design-colors-main
----.babelrc(178B)
----rollup.config.js(1KB)
----renovate.json(40B)
----package.json(2KB)
----.eslintrc.json(479B)
----.github()
--------workflows()
----SECURITY.md(205B)
----index.html(3KB)
----LICENSE(1KB)
----dist()
--------index.js(5KB)
--------index.cjs.js(5KB)
--------index.esm.js(5KB)
----src()
--------index.ts(5KB)
----tsconfig.json(231B)
----serve()
--------index.js(658B)
----.gitignore(202B)
----types()
--------index.d.ts(410B)
----README.md(2KB)
----.eslintignore(26B)
----.gitattributes(69B)