0.2.1 • Published 4 years ago

carbon-element v0.2.1

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

What is carbon-element?

An easy to use IBM Carbon Style UI component library, with the same components of famous Element for VueJS projects

Who need this?

How to use?

  • Install
npm install element-ui @carbon/themes carbon-element

or

yarn add element-ui @carbon/themes carbon-element
  • Import into src/main.js
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import 'carbon-element/lib/index.scss'

Vue.use(ElementUI)
  • Use Element components and preview with IBM Carbon styles
// In your components
<el-button type="primary">Carbon style Button</el-button>