0.1.7 • Published 5 years ago

xx-simple-ui v0.1.7

Weekly downloads
32
License
-
Repository
-
Last release
5 years ago

xx-ui

一个简约的UI框架

介绍

简单组件:icon、button、button-group、collapse、grid、input、layout、popover、tabs、toast

安装

$ npm install xx-simple-ui

注意

css,需要先改为border-box

*, *::before, *::after{
    box-sizing: border-box;
}

快速上手

main.js中引入

import 'xx-simple-ui'

在组件中,需要如下分别引入需要的组件

import {Button,ButtonGroup,Icon} from 'xx-simple-ui'
export default {
    components: {
        'x-button':Button,
        'x-button-group':ButtonGroup,
        'x-icon':Icon
    }
}

文档

请点击查阅

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago