1.43.0 • Published 2 years ago

@hyone/core-ui v1.43.0

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

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

Netlify Status Release - CI

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

Core UI Doc

Contributing

Guides: Click here, and discovery how to develop

1.39.1

2 years ago

1.39.2

2 years ago

1.39.0

2 years ago

1.39.5

2 years ago

1.39.3

2 years ago

1.39.4

2 years ago

1.40.0

2 years ago

1.42.0

2 years ago

1.41.0

2 years ago

1.43.0

2 years ago

1.42.1

2 years ago

1.38.0

2 years ago

1.36.0

2 years ago

1.37.0

2 years ago

1.34.0

2 years ago

1.35.0

2 years ago

1.37.3

2 years ago

1.37.4

2 years ago

1.37.1

2 years ago

1.37.2

2 years ago

1.37.5

2 years ago

1.29.0

2 years ago

1.29.1

2 years ago

1.28.0

2 years ago

1.29.2

2 years ago

1.32.0

2 years ago

1.31.1

2 years ago

1.33.0

2 years ago

1.30.0

2 years ago

1.31.0

2 years ago

1.27.1

2 years ago

1.27.0

2 years ago

1.26.0

2 years ago

1.25.0

2 years ago

1.24.0

2 years ago

1.23.0

2 years ago

1.22.2

2 years ago

1.22.1

2 years ago

1.22.0

2 years ago

1.21.1

2 years ago

1.21.0

2 years ago

1.20.0

2 years ago

1.19.3

2 years ago

1.19.2

2 years ago

1.19.1

2 years ago