element-theme-antd

Element component antd theme.


Keywords
element, theme
License
MIT
Install
npm install element-theme-antd@2.4.7

Documentation

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

// ...