element/packages/theme-chalk
Zhi Cun f17533ab11
Timeline: add timeline component (#14248)
* Table: fix params order of row events (#12086)

* Timeline: add timeline component (#11736)

* Timeline: add timeline component

* Timeline: add timeline component

* Timeline: add test case

* Timeline: fix icon class

* Timeline: update docs

* Timeline: fix test case

* Timeline: remove pending attribute

* Timeline: fix docs

* Timeline: make reverse default to false

* Timline: fix test case

* Timeline: update element-ui.d.ts

* Timeline: optimize code
2019-02-01 17:13:08 +08:00
..
src Timeline: add timeline component (#14248) 2019-02-01 17:13:08 +08:00
.gitignore scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00
gulpfile.js scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00
package.json [build] 2.5.4 2019-02-01 13:55:19 +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';

// ...