mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-05 13:48:03 +08:00
5b6cb3180f
* update es fr i18n * update no need edit pages * move var name to frontend * add i18n * update i18n * fix bug * update style * add callback * add shortcut * redo undo logic * update picker style * update shadow style * save config to local * button color * button color * add message * update save logic |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
gulpfile.js | ||
package.json | ||
README.md |
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';
// ...