0.0.1 • Published 3 months ago

experiment-ui v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Experiment 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 experiment-ui

# Or if you use Yarn: 
yarn add experiment-ui

# Or if you use pnpm:
pnpm add experiment-ui

Use

After installing, add ExperimentUI to your vue instance.

  • In main js/ts:
import { createApp } from 'vue';
import { ExperimentUI } from 'experiment-ui';
import App from './app.vue';

createApp
  .use(ExperimentUI)
  .mount('#root');
  • In template:
<template>
  <h-button>My button</h-button>
</template>

Documentation

Experiment UI Doc

Contributing

Guides: Click here, and discovery how to develop

0.0.1

3 months ago

0.0.0

3 months ago