element-theme-antd
v2.4.7
Published
Element component antd theme.
Downloads
7
Readme
element-theme-antd
element component antd theme.
Installation
npm i element-theme-antd -S
Usage
Use Sass import
@import 'element-theme-antd';
Or Use webpack
import 'element-theme-antd';
Or
<link rel="stylesheet" href="path/to/node_modules/element-theme-antd/lib/index.css">
Import on demand
import 'element-theme-antd/lib/input.css';
import 'element-theme-antd/lib/select.css';
// ...