0.6.0 • Published 1 month ago

@vuebits/ui v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Table of Contents

Documentation

To check out docs, visit vuebits-ui.github.io page.

Features

  • 45+ UI components,
  • directives,
  • customizable styles (sass variables),
  • internationalization,
  • compatibility with all popular icon systems,
  • full typescript support,
  • helper css classes,
  • ... and more

Installation

npm i @vuebits/ui / yarn add @vuebits/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 { createUI } from '@vuebits/ui';

const config = {
  // your config here
};

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

Import stylesheet file:

@import '~@vuebits/ui/styles';

Install fontawesome icons in your project:

npm i @fortawesome/fontawesome-free

and import icons in your styles:

@import '~@fortawesome/fontawesome-free/css/all.css';

License

MIT

0.6.0

1 month ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago