0.2.1 • Published 4 years ago
carbon-element v0.2.1
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?
- If you love (or had to) use IBM Carbon Design System
- If @carbon/vue is not enough (or easy) for you
- If you like the components of Element
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 withIBM Carbon
styles
// In your components
<el-button type="primary">Carbon style Button</el-button>