iyeed-ui-beta

1.0.0 • Public • Published

iyeed-ui

Npm Version Build Status

NPM

iyeed company front-end components base of Vue.js.

Easy to use by providing simple api. Unlike other component libraries, it uses the browser itself to scroll instead of js, so it has a smaller code size but does not lose the user experience.

中文 | English

Preview

Online demo

Installation

Install the npm package

# npm
npm install iyeed-ui --save

Import

import Vue from 'vue';
import IyeedUI from 'iyeed-ui';

Vue.use(IyeedUI);

Internationalization support

Support Chinese zh-CN and English en-US, the default is zh-CN.

import IyeedUI from 'iyeed-ui';

Vue.use(IyeedUI, {
  lang: 'en-US'
})

You can also use locale.use() to specify the language.

import IyeedUI, { locale } from 'iyeed-ui';

Vue.use(IyeedUI);
locale.use('en-US');

Usage

Basic Usage

Load Error Info

Package Sidebar

Install

npm i iyeed-ui-beta

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

700 kB

Total Files

98

Last publish

Collaborators

  • mushaoyu