New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

x-wheels

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

x-wheels

这是一个VueUI组件库

latest
Source
npmnpm
Version
0.2.6
Version published
Maintainers
1
Created
Source

造轮子 - Vue UI 组件库

介绍

这是一个基于Vue的UI框架。

开始使用

  • 添加 css 样式

    使用本框架前请在css中开启border-box

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

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

  • 安装

    npm install x-wheels --save
    
    或
    
    yarn add x-wheels
    
  • 引入

    // 引入全部
    import xwheels from 'x-wheels';
    import "x-wheels/dist/index.css";
    Vue.use(xwheels);
    
    // 部分引入
    import "x-wheels/dist/index.css";
    import {XIcon} from 'x-wheels';
    

文档

提问

变更记录

联系方式

贡献代码

Keywords

vue

FAQs

Package last updated on 20 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts