@wowit/vue-ui
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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';

Package Sidebar

Install

npm i @wowit/vue-ui

Weekly Downloads

17

Version

0.2.1

License

MIT

Unpacked Size

1.06 MB

Total Files

589

Last publish

Collaborators

  • elanssearts
  • oskarnawara
  • k.sawicki
  • szczepanmasny