ixc

1.0.1 • Public • Published

IXC

ixc NPM downloads

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

MIT

Copyright (c) 2018-present, ixc

Package Sidebar

Install

npm i ixc

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

2.99 MB

Total Files

152

Last publish

Collaborators

  • fea-sin