ZaiZai 3badc35589 111 | il y a 1 an | |
---|---|---|
.. | ||
src | il y a 1 an | |
.gitignore | il y a 1 an | |
README.md | il y a 1 an | |
gulpfile.ts | il y a 1 an | |
package.json | il y a 1 an |
element component chalk theme.
npm i element-plus
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 'element-plus/lib/theme-chalk/input.css'
import 'element-plus/lib/theme-chalk/select.css'
// ...