0.1.1 • Published 3 years ago

ivue-wheel v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

An easy UI components based on Vue.

Build Status npm package npm.io npm.io

ivue-wheel 是一个实用的 UI 组件库,目前提供了一些常用组件,适合 PC 端和移动端使用。

现已支持

  • Button(按钮)
  • Input(输入框)
  • Grid(栅栏)
  • Layout(布局)
  • Toast(吐司弹出)
  • Tabs(标签页)
  • Popover(弹出框)
  • Collapse(折叠面板)
  • List(列表)

介绍

wheel 就是轮子,这是我在使用 Vue 的过程中尝试实现的 UI 组件(造的轮子)集合,希望对你有用。

开始使用

  1. 添加 CSS 样式 使用本框架前,请在 CSS 中开启 border-box

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

    IE 8 及以上浏览器支持此样式。

  2. 安装 ivue-wheel

    npm install ivue-wheel

    或者

    yarn add ivue-wheel
  3. 引入 ivue-wheel

    import { Button } from 'ivue-wheel'
    import 'ivue-wheel/dist/index.css'
    
    export default {
        name: 'app',
        components: {
            'w-button': Button
        }
    }

文档

官方文档

提问

Issues

联系方式

邮箱:zhiqiangfu6@gmail.com

贡献代码

Pull request

0.1.1

3 years ago

0.1.0

3 years ago