element/packages/theme-chalk
博风 03f53ae4e9 [build] 2.15.13 2023-02-13 08:08:26 +08:00
..
src Statistic: Update code and doc (#22276) 2023-02-07 15:21:13 +08:00
.gitignore
README.md
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.13 2023-02-13 08:08:26 +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';

// ...