element/packages/theme-chalk
yang bd56221e82
chore: add new component statistics (#22159)
* statistic:新增statistic组件,用于数值展示和倒计时

Co-authored-by: yang <29636098325@qq.com>
2022-11-14 15:32:37 +08:00
..
src chore: add new component statistics (#22159) 2022-11-14 15:32:37 +08:00
.gitignore scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00
gulpfile.js Revert "Chore: replace node-sass with dart-sass (#21019)" (#21791) 2022-04-12 13:24:48 +08:00
package.json [build] 2.15.10 2022-09-13 20:30:50 +08:00
README.md scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00

element-theme-chalk

element component chalk theme.

Installation

npm i element-theme-chalk -S

Usage

Use Sass import

@import 'element-theme-chalk';

Or Use webpack

import 'element-theme-chalk';

Or

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

Import on demand

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

// ...