文件名称:ant-design-colors:主题扩展
文件大小:19KB
文件格式:ZIP
更新时间:2024-04-20 08:20:58
javascript theme typescript extension TypeScript
主题扩展。 安装 使用npm: npm install @yfill/ant-design-colors --save 或使用纱线: yarn add @yfill/ant-design-colors 用法 导入资源并使用使用方法进行安装,设置颜色(红色/火山/橙色/金色/黄色/石灰/绿色/青色/蓝色/ geekblue /紫色/洋红色/灰色)。 import Theme from "@yfill/theme" ; import AntDesignColors from "@yfill/ant-design-colors" ; Theme . run ( ) . use ( AntDesignColors , "blue" ) ; < script src =" https://unpkg.com/@yfill/theme " > </ script > < scrip
【文件预览】:
ant-design-colors-main
----serve()
--------index.js(653B)
----.eslintrc.json(417B)
----.gitignore(202B)
----.babelrc(132B)
----package.json(2KB)
----src()
--------index.ts(6KB)
----SECURITY.md(200B)
----dist()
--------index.cjs.js(5KB)
--------index.js(5KB)
--------index.esm.js(5KB)
----LICENSE(1KB)
----tsconfig.json(231B)
----types()
--------index.d.ts(395B)
----.github()
--------workflows()
----rollup.config.js(1KB)
----README.md(2KB)
----.eslintignore(19B)
----index.html(2KB)
----renovate.json(40B)