element/packages/theme-chalk
博风 943e849e31 [build] 2.15.14 2023-08-24 21:37:59 +08:00
..
src Table: table add highlight selection row (#22382) 2023-08-14 17:58:41 +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 Revert "Chore: replace node-sass with dart-sass (#21019)" (#21791) 2022-04-12 13:24:48 +08:00
package.json [build] 2.15.14 2023-08-24 21:37:59 +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';

// ...