0.2.1 • Published 1 year ago

@wowit/vue-ui v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.2.0

1 year ago

0.1.16

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6-test

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4-test

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago