mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(components): [date-picker] add quick year and month selection closed #1730 * fix(components): [date-picker] update * test(components): [date-picker] add tests for year and month selection * fix: update * fix(components): update * fix(components): update * fix: [date-picker] fix conflicts * fix(components): [date-picker] update * Update packages/components/date-picker/src/date-picker-com/panel-date-range.ts Co-authored-by: btea <2356281422@qq.com> * fix(components): [date-picker] update * fix(components): [date-picker] update --------- Co-authored-by: btea <2356281422@qq.com>
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'
// ...