All Projects → chenshuai2144 → umi-plugin-antd-theme

chenshuai2144 / umi-plugin-antd-theme

Licence: MIT license
🎨 Best theme plugin

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to umi-plugin-antd-theme

react-drag
A drag and drop platform based on sortable.js front-end visualization. 一个基于sortable.js的前端可视化搭建的拖拽平台,ui组件采用antd-mobile.通过umi脚手架构建.技术栈采用dva+hooks+umi+antd-mobile+sortable.js+react-color.
Stars: ✭ 51 (-33.77%)
Mutual labels:  antd, umi, ant-design
Vue Antd Admin
🐜 Ant Design Pro's implementation with Vue
Stars: ✭ 2,766 (+3492.21%)
Mutual labels:  antd, ant-design, ant-design-pro
pityWeb
🎉一个持续迭代的开源接口测试平台(前端),欢迎大家多提issue多给反馈。 求star⭐,我会努力更新下去的!
Stars: ✭ 25 (-67.53%)
Mutual labels:  antd, umi, antdpro
next-plugin-antd-less
🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
Stars: ✭ 338 (+338.96%)
Mutual labels:  antd, ant-design, antdpro
Ant Design Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
Stars: ✭ 30,909 (+40041.56%)
Mutual labels:  antd, umi, ant-design
antd-pro-toolkit
🐜ant design pro toolkit.
Stars: ✭ 13 (-83.12%)
Mutual labels:  antd, ant-design, ant-design-pro
react-antd-formutil
Happy to use react-formutil in the project based on ant-design ^_^
Stars: ✭ 16 (-79.22%)
Mutual labels:  antd, ant-design
ant-design-icons
Ant Design + Material Design Icon =
Stars: ✭ 21 (-72.73%)
Mutual labels:  antd, ant-design
simpleCMS
simpleCMS是一款开源cms系统, 主要为个人/团队快速开发博客或者知识共享平台, 类似于hexo, worldpress, 但是他们往往需要复杂的搭建过程, 我们将复杂度降到最低, 并且有详细的部署教程, 你只需要有一台服务器, 就能轻松拥有一个属于你的博客平台.
Stars: ✭ 74 (-3.9%)
Mutual labels:  antd, umi
tiny-qiniu-request
tiny-qiniu for rc-upload or antd upload component `customRequest` property
Stars: ✭ 13 (-83.12%)
Mutual labels:  antd, ant-design
Virtual List
🧾 React Virtual List Component which worked with animation
Stars: ✭ 232 (+201.3%)
Mutual labels:  antd, ant-design
elm-antd
The official Ant Design UI Kit for Elm
Stars: ✭ 56 (-27.27%)
Mutual labels:  antd, ant-design
toutiao
模仿今日头条,实现 APP 端,Server 端, Web 管理端
Stars: ✭ 17 (-77.92%)
Mutual labels:  umi, ant-design
Ant Design Aliyun Theme
⚙ Ant Design Theme for console.aliyun.com
Stars: ✭ 237 (+207.79%)
Mutual labels:  antd, ant-design
Antizer
ClojureScript library for Ant Design React UI components
Stars: ✭ 234 (+203.9%)
Mutual labels:  antd, ant-design
antd-form-mate
📦 基于 ant design 的表单组件,配置化实现表单功能。
Stars: ✭ 14 (-81.82%)
Mutual labels:  antd, ant-design
React Ant
(基于pro 2.0)基于Ant Design Pro 的 (多标签页tabs、拖拽、富文本、拾色器、多功能table、多选Select)
Stars: ✭ 231 (+200%)
Mutual labels:  antd, ant-design
picker
📅 All Date Pickers you need.
Stars: ✭ 185 (+140.26%)
Mutual labels:  antd, ant-design
wx-react-app
使用Create-React-App 和 Ant Design Pro 框架整合,演示地址:
Stars: ✭ 16 (-79.22%)
Mutual labels:  antd, ant-design-pro
ant-table-extensions
Export, Search extensions to Ant Design's Table component.
Stars: ✭ 43 (-44.16%)
Mutual labels:  antd, ant-design

umi-plugin-antd-theme

NPM version NPM downloads

Usage

Configure in config/theme.config.json,

{
  "theme": [
    {
      "theme": "dark",
      "fileName": "dark.css"
    },
    {
      "fileName": "mingQing.css",
      "modifyVars": {
        "@primary-color": "#13C2C2"
      }
    }
  ],
  // 是否压缩css
  "min": true,
  // css module
  "isModule": true,
  // 忽略 antd 的依赖
  "ignoreAntd": false,
  // 忽略 pro-layout
  "ignoreProLayout": false,
  // 不使用缓存
  "cache": true
}

you can get config in window.umi_plugin_ant_themeVar

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].