wheels-ada

0.3.3 • Public • Published

wheels-ada

An easy UI components based on Vue.

Build Status npm package

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

现已支持

  • [x] Button(按钮)
  • [x] Input(输入框)
  • [x] Grid(栅栏)
  • [x] Layout(布局)
  • [x] Toast(吐司弹出)
  • [x] Tabs(标签页)
  • [x] Popover(弹出框)
  • [x] Collapse(折叠面板)
  • [x] 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

Readme

Keywords

Package Sidebar

Install

npm i wheels-ada

Weekly Downloads

2

Version

0.3.3

License

MIT

Unpacked Size

4.99 MB

Total Files

194

Last publish

Collaborators

  • adashuai5