@ant-design/dark-theme
v2.0.2
Published
Dark theme variables for Ant Design
Downloads
38,461
Keywords
Readme
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.
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/