Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gxb-ui

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gxb-ui - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

15

package.json
{
"name": "gxb-ui",
"version": "1.0.6",
"description": "Mobile UI elements for Dapp built on Vue.js.",
"version": "1.0.7",
"description": "Mobile UI elements for Dapp built on Vue.js 2.x.",
"author": "xLogic <xloigc@qq.com>",
"keywords": [
"gxb-ui",
"vue",
"vue.js",
"component",
"components",
"ui",
"dapp",
"blockchain",
"blockcity"
],
"main": "lib/gxb-ui.js",

@@ -7,0 +18,0 @@ "files": [

# GXB UI
[![License](https://img.shields.io/npm/l/gxb-ui.svg?style=flat-square)](https://www.npmjs.org/package/gxb-ui)
[![GXB UI](https://img.shields.io/npm/v/gxb-ui.svg?style=flat-square)](https://www.npmjs.org/package/gxb-ui)
[![NPM downloads](http://img.shields.io/npm/dm/gxb-ui.svg?style=flat-square)](https://npmjs.org/package/gxb-ui)
[![NPM downloads](https://img.shields.io/npm/dt/gxb-ui.svg?style=flat-square)](https://npmjs.org/package/gxb-ui)
> Mobile UI elements for Dapp built on Vue.js.
### Mobile UI elements for Dapp built on Vue.js 2.x.
## Features
+ Customize useful and beautifulcomponents for DAPP.
+ Friendly API. It's made for people with any skill level.
+ Extensive documentation and demos.
## Docs
+ 中文文档
+ English (working)
## Install
> Please install Webpack first!
We recommend you create your project through [vue-cli](https://github.com/vuejs/vue-cli).
### Install GXB UI
Using npm:
``` bash
npm install gxb-ui -save
npm install gxb-ui --save
```
## Use
## Usage
### Import all components
``` bash
``` javascript
import Vue from 'vue';

@@ -23,7 +45,8 @@ import GxbUI from 'gxb-ui';

First install babel-plugin-import:
First install babel-plugin-import and configure .babelrc:
``` bash
npm install babel-plugin-import --save-dev
```
``` javascript
// .babelrc

@@ -40,3 +63,3 @@ {

``` bash
``` javascript
import { Button, Cell } from 'gxb-ui';

@@ -49,1 +72,14 @@ import 'gxb-ui/lib/css/button.css';

```
## Inspired or Powered By
+ [Vue](https://github.com/vuejs/vue)
+ [Webpack](https://github.com/webpack/webpack)
+ [Ionicons](https://github.com/driftyco/ionicons)
+ [Mint](https://github.com/ElemeFE/mint-ui)
+ [iView](https://github.com/iview/iview)
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2018-present, GXB UI
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc