element/packages/theme-chalk
Aex cd44289adf
Descirptions: avoid table style conflict (#21254)
* Descirptions: avoid table style conflict

* Table: avoid `th` & `td` style conflict

* Table: fix class location avoid click event errors

* Table: optimize getCellClass method

* Descriptions: add missing class
2021-08-26 12:18:08 +08:00
..
src Descirptions: avoid table style conflict (#21254) 2021-08-26 12:18:08 +08:00
.gitignore scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00
README.md scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00
gulpfile.js chore: upgrade gulp (#14745) 2019-03-18 16:15:18 +08:00
package.json [build] 2.15.5 2021-08-04 14:04:04 +08:00

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';

// ...