Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/heyui/heyui

🎉UI Toolkit for Web, Vue3.0
https://github.com/heyui/heyui

autocomplete button datepicker datetimepicker form heyui i18n javascript modal modals select table tree ui ui-components validator vue vue-components vue2 webpack

Last synced: about 1 month ago
JSON representation

🎉UI Toolkit for Web, Vue3.0

Lists

README

        



# HeyUI

![npm (tag)](https://img.shields.io/npm/v/heyui/next)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/heyui)
![npm](https://img.shields.io/npm/dm/heyui)
![NPM](https://img.shields.io/npm/l/heyui)

> An UI components library.

## Components

## Documentation

visit [heyui.top](http://v2.heyui.top).

## Install

```js
npm install heyui@next --save
```

## Start

### Basic

```html

```
### Advanced

```js
import { createApp } from 'vue';
import heyui from 'heyui';
require('heyui/themes/index.less');

app.use(heyui);
app.mount('#app');
```

## Development

```sh

npm install

# build
npm run build

```

## Admin Template

[HeyUI Admin Template](http://admin.heyui.top)

## Browser Support

Modern browsers and Internet Explorer 11+.

## LICENSE

[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2017-present, Lan