ZaiZai 3badc35589 111 | há 1 ano atrás | |
---|---|---|
.. | ||
src | há 1 ano atrás | |
.gitignore | há 1 ano atrás | |
README.md | há 1 ano atrás | |
gulpfile.ts | há 1 ano atrás | |
package.json | há 1 ano atrás |
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'
// ...