ixc
v1.0.1
Published
A UI components Library Vue.js
Downloads
5
Maintainers
Readme
IXC
A UI Toolkit build on Vue.js.
This branch is for Vue.js 2.x
IXC => I superX Components Meaning
Features
- Dozens of useful and beautiful components
- Friendly API. It's made for people with any skill level.
- Extensive documentation and demos.
- It is quite beautiful
- supports Vue.js 2
Install
Please install Webpack first!
We recommend you create your project throuth vue-cli
Install ixc
Using npm:
npm install --save ixc
Usage
before use ixc Library, you must install it on Vue and import ixc css
import Vue from 'vue'
import Ixc from 'ixc'
Vue.use(Ixc)
Using css via import
:
import 'ixc/dist/styles/ixc.css'
<template>
<XIcon type="log-in" size="30" color="#01adce"></XIcon>
</template>
组件列表,持续开发
- XIcon
- XRow
- XCol
- XButton
Links
License
Copyright (c) 2018-present, ixc