neons-ui
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install neons-ui -S

Quick Start

import Vue from 'vue'
import Neon from 'neons-ui'

Vue.use(Neon)

// or
import {
  Select,
  Button
  // ...
} from 'neons-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Changelog

Detailed changes for each release are documented in the release notes.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Special Thanks

Join Discusion Group

Scan the QR code using Dingtalk App to join in discusion group :

Join Discusion Group

LICENSE

MIT

Package Sidebar

Install

npm i neons-ui

Weekly Downloads

2

Version

1.2.0

License

MIT

Unpacked Size

6.03 MB

Total Files

809

Last publish

Collaborators

  • neonfe