1.0.0 • Published 6 years ago

qj-element-theme-chalk v1.0.0

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

修改element-theme-chalk,添加了自定义的styles

qj-element-theme-chalk

element component chalk theme.

Installation

npm i qj-element-theme-chalk -S

Usage

Use Sass import

@import 'qj-element-theme-chalk';

Or Use webpack

import 'qj-element-theme-chalk';

Or

<link rel="stylesheet" href="path/to/node_modules/qj-element-theme-chalk/lib/index.css">

Import on demand

import 'qj-element-theme-chalk/lib/input.css';
import 'qj-element-theme-chalk/lib/select.css';

// ...
1.0.0

6 years ago