1.43.0 • Published 3 years ago
@hyone/core-ui v1.43.0
Core 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/core-ui
# Or if you use Yarn:
yarn add @hyone/core-ui
Use
After installing, add CoreUI to your vue instance.
- In main js:
import { createApp } from 'vue';
import { CoreUI } from '@hyone/core-ui';
import App from './app.vue';
createApp
.use(CoreUI)
.mount('#root');
- In template:
<template>
<h-button>My button</h-button>
</template>
Documentation
Contributing
1.39.1
3 years ago
1.39.2
3 years ago
1.39.0
3 years ago
1.39.5
3 years ago
1.39.3
3 years ago
1.39.4
3 years ago
1.40.0
3 years ago
1.42.0
3 years ago
1.41.0
3 years ago
1.43.0
3 years ago
1.42.1
3 years ago
1.38.0
3 years ago
1.36.0
3 years ago
1.37.0
3 years ago
1.34.0
3 years ago
1.35.0
3 years ago
1.37.3
3 years ago
1.37.4
3 years ago
1.37.1
3 years ago
1.37.2
3 years ago
1.37.5
3 years ago
1.29.0
3 years ago
1.29.1
3 years ago
1.28.0
3 years ago
1.29.2
3 years ago
1.32.0
3 years ago
1.31.1
3 years ago
1.33.0
3 years ago
1.30.0
3 years ago
1.31.0
3 years ago
1.27.1
3 years ago
1.27.0
3 years ago
1.26.0
3 years ago
1.25.0
3 years ago
1.24.0
3 years ago
1.23.0
3 years ago
1.22.2
3 years ago
1.22.1
3 years ago
1.22.0
3 years ago
1.21.1
3 years ago
1.21.0
3 years ago
1.20.0
3 years ago
1.19.3
3 years ago
1.19.2
3 years ago
1.19.1
3 years ago