This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

3.0.15 • Public • Published

lotui

declaration

The current version is for your own use

Modification based on element-ui

In order to avoid losses, do not use for formal projects

A Vue.js 2.0 UI Toolkit for Web.


Install

npm install lotui -S

Quick Start

import Vue from 'vue'
import Lotui from 'lotui'
 
Vue.use(Lotui)
 
// or
import {
  Select,
  Button
  // ...
} from 'lotui'
 
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Package Sidebar

Install

npm i lotui

Weekly Downloads

1

Version

3.0.15

License

MIT

Unpacked Size

6.07 MB

Total Files

789

Last publish

Collaborators

  • tovicn