element/packages/theme-chalk
maranran 363a80b184 Accessibility for Popover, Tooltip, Message & Notification (#8009)
* Accessibility for Tooltip & Popover

* Accessibility for message & notification

* fixbug for popover with nodeType
2017-11-09 11:21:20 +08:00
..
src Accessibility for Popover, Tooltip, Message & Notification (#8009) 2017-11-09 11:21:20 +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.0.3 2017-11-03 15:59:15 +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';

// ...