element-plus/packages/theme-chalk
2021-09-15 22:25:03 +08:00
..
src fix(theme-chalk): [el-input] textarea focus & hover border color (#3403) 2021-09-15 22:25:03 +08:00
.gitignore
gulpfile.ts style: use prettier (#3228) 2021-09-04 19:29:28 +08:00
package.json chore(project): upgrade dependencies to latest minor (#3242) 2021-09-05 19:57:35 +08:00
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'

// ...