@element-plus/theme-chalk
v2.2.16
Published
Element Plus component chalk theme.
Downloads
3,828
Readme
@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'
// ...