2.4.7 • Published 6 years ago

element-theme-antd v2.4.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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';

// ...
2.4.7

6 years ago

2.4.6

6 years ago