0.3.3 • Published 3 years ago

wheels-ada v0.3.3

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

An easy UI components based on Vue.

Build Status npm package npm.io npm.io

wheels-ada UI 是一个实用的 UI 简易框架,目前提供了一些常用组件(不定期更新),适合 PC 端和移动端使用。

现已支持

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

介绍

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

开始使用

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

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

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

  2. 安装 wheels-ada

    npm install wheels-ada

    或者

    yarn add wheels-ada
  3. 引入 wheels-ada

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

文档

官方文档

提问

Issues

联系方式

邮箱:yd.zhou@foxmail.com

贡献代码

Pull request

0.3.3

3 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.4

4 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