element-plus/packages/theme-chalk
jeremywu ef92b6c11c
### feat: add dialog (#197)
* Add overlay component; Dialog component almost done

* feat(dialog): add use-lockscreen

* feat(dialog): coding completed awaiting tests

* feat(dialog): finish writing test cases

* fix test failures

* Address PR comments

* fallback some changes
2020-09-09 21:18:08 +08:00
..
src ### feat: add dialog (#197) 2020-09-09 21:18:08 +08:00
.gitignore Feat/scss (#212) 2020-08-28 11:09:05 +08:00
gulpfile.js build: replace gulp-sass with gulp-dart-sass (#219) 2020-08-28 13:38:08 +08:00
package.json chore: upgrade all dependencies 2020-08-31 09:43:07 +08:00
README.md Feat/scss (#212) 2020-08-28 11:09:05 +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';

// ...