element-plus/packages/theme-chalk
JeremyWuuuuu 337622ed95 feat(components): [tag] add new API for rounded
- Add new api `round` for rounded tag.
- Add documentation for rounded tag.
- Update document styles.
2022-03-31 17:27:49 +08:00
..
src feat(components): [tag] add new API for rounded 2022-03-31 17:27:49 +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'

// ...