mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-06 10:38:31 +08:00
7556a1b2d1
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 |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
gulpfile.ts | ||
package.json | ||
README.md | ||
tsconfig.json |
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'
// ...