0.2.0 • Published 5 years ago

@xianshenglu/element-ui-style v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@xianshenglu/element-ui-style

npm.io npm.io

A custom style lib for element-ui

Usage

npm i @xianshenglu/element-ui-style

Add it after element-ui theme style.

  • If you want to import all style
// ...
import Element from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
// import index.css
import '@xianshenglu/element-ui-style/lib/index.css'
// ...
  • If you just want to import some module style. For example, form.css
// ...
import Element from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
// import form.css
import '@xianshenglu/element-ui-style/lib/form.css'
// ...

The available class names, choices and demo can be found in the respective docs.

Docs

0.2.0

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago