element-plus/packages/theme-chalk
msidolphin 7556a1b2d1
fix(components): virtualized selector optimize (#3160)
1. limit the maximum width to prevent content overflow
2. hover the last option after closing the panel in multiple mode
3. fixed the incorrect style when disabled
4. optimized tag style
2021-09-01 13:14:17 +08:00
..
src fix(components): virtualized selector optimize (#3160) 2021-09-01 13:14:17 +08:00
.gitignore Feat/scss (#212) 2020-08-28 11:09:05 +08:00
gulpfile.ts refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
package.json chore(build): remove unused package.json scripts (#3150) 2021-08-31 17:57:35 +08:00
README.md chore(build): remove useless dependencies & use ts for gulp & add progressbar (#2792) 2021-08-03 09:12:34 +08:00
tsconfig.json chore(build): remove useless dependencies & use ts for gulp & add progressbar (#2792) 2021-08-03 09:12:34 +08:00

element-theme-chalk

element component chalk theme.

Installation

npm i element-plus

Usage

Use Sass import

@import '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'

// ...