element/packages/theme-chalk
Black Wayne bf76a7d941 Carbon: doc's scroll & primary color (#7299)
* Carbon: sidenav & table & changelog

* Carbon: doc style update

* Carbon: fix header's bg

* Carbon: use el-scrollbar

* Carbon: gogogo

* Carbon: doc fix scroll bug

* Carbon: update in resize

* the same as lastone

* Carbon: fix nav fade
2017-09-30 02:50:04 -05:00
..
src Carbon: doc's scroll & primary color (#7299) 2017-09-30 02:50:04 -05: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 scaffolding chalk (#6643) 2017-08-23 18:07:14 +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';

// ...