0.2.1 • Published 2 months ago

@wowit/vue-ui v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

WOW Vue UI

logo

Vue 3 components library written in TypeScript and Sass with design system by WOW

Table of Contents

Documentation

To check out docs, visit ##TODO## page.

Features

  • 50+ UI components,
  • directives,
  • customizable styles (sass variables),
  • internationalization,
  • support for font awesome icons,
  • typescript support,
  • helper css classes,
  • ... and more

Installation

npm i @wowit/vue-ui

Quick start

Add library to your Vue 3 app in entry file (eg. main.js):

import { createApp } from 'vue';
import App from './App.vue';
import Ui from '@wowit/vue-ui';

createApp(App)
  .use(createUI({}))
  .mount('#app');

Import stylesheet file:

@import '~@wowit/vue-ui/dist/lib';
0.2.1

2 months ago

0.2.0

2 months ago

0.1.16

4 months ago

0.1.14

4 months ago

0.1.15

4 months ago

0.1.13

5 months ago

0.1.12

6 months ago

0.1.11

6 months ago

0.1.10

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6-test

6 months ago

0.1.6

8 months ago

0.1.5

9 months ago

0.1.4-test

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago