2.0.2 • Published 4 years ago

@ant-design/dark-theme v2.0.2

Weekly downloads
8,677
License
MIT
Repository
github
Last release
4 years ago

Travis npm package NPM downloads

Dependencies DevDependencies

Dark theme variables of Ant Design.

Still being experimental, welcome to try out and help us to improve it.

Visit https://antdtheme.com/dark to preview.

npm.io

Install

$ npm install @ant-design/dark-theme

Usage

import darkTheme from '@ant-design/dark-theme';

// webpack.config.js: less-loader
{
  loader: 'less-loader',
  options: {
    modifyVars: darkTheme,
  },
},

Use in Ant Design Pro: https://github.com/ant-design/ant-design-pro/pull/2946/