2.2.16 • Published 2 years ago

@element-plus/theme-chalk v2.2.16

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@element-plus/theme-chalk

Element Plus component chalk theme.

Installation

npm i @element-plus/theme-chalk

Usage

Use Sass import

@use '@element-plus/theme-chalk/index.scss';

Or Use vite/webpack

import '@element-plus/theme-chalk/dist/index.css'

Or

<link
  rel="stylesheet"
  href="https://unpkg.com/@element-plus/theme-chalk/dist/index.css"
/>

Import on demand

import '@element-plus/theme-chalk/dist/input.css'
import '@element-plus/theme-chalk/dist/select.css'

// ...