1.17.0 • Published 2 years ago

@hyone/hyone-ui v1.17.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

HyONE-UI - Library write in Vue 3 that will assist you in your project, providing visual components to facilitate the development of your application.

Installation

# If you use npm: 
npm i @hyone/hyone-ui
# Or if you use Yarn: 
yarn add @hyone/hyone-ui

Use

After installing, add HyONEPlugin to your vue instance.

  • In main js:
import { createApp } from 'vue';
import '@hyone/hyone-ui/dist/hyone-ui.css';
import { HyONEPlugin } from '@hyone/hyone-ui';
import App from './app.vue'

createApp
  .use(HyONEPlugin)
  .mount('#root');
  • In template:
<template>
  <AButton>Foi</AButton>
</template>

Live documentation

HyONE-UI Doc

Contributing

Guides: Click here, and discovery how to develop

1.17.0

2 years ago

1.15.4

3 years ago

1.15.3

3 years ago

1.16.1

2 years ago

1.15.2

3 years ago

1.16.0

2 years ago

1.15.1

3 years ago