element-plus/packages/theme-chalk
Zhongxiang Wang ec559688f9
fix(theme-chalk): [el-table] fix custom header background of fixed column (#6931)
* fix(components): [el-table] fix custom header bg of fixed column

* fix(components): [el-table] fix custom header bg of fixed column

* fix(components): [el-table] fix custom header bg of fixed column
2022-04-01 17:01:05 +08:00
..
src fix(theme-chalk): [el-table] fix custom header background of fixed column (#6931) 2022-04-01 17:01:05 +08:00
.gitignore
gulpfile.ts chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
package.json refactor(build): move to internal package (#6585) 2022-03-15 19:23:38 +08:00
README.md
tsconfig.json

element-theme-chalk

element component chalk theme.

Installation

npm i element-plus

Usage

Use Sass import

@use 'element-plus/lib/theme-chalk/index.scss';

Or Use vite/webpack

import 'element-plus/lib/theme-chalk/index.css'

Or

<link
  rel="stylesheet"
  href="https://unpkg.com/element-plus/lib/theme-chalk/index.css"
/>

Import on demand

import 'element-plus/lib/theme-chalk/input.css'
import 'element-plus/lib/theme-chalk/select.css'

// ...