0.1.14 • Published 4 years ago

kro-ui v0.1.14

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

npm version Netlify Status

Kro UI is a Vue UI library that is meant to be used for all Kro apps, but is free to be used by anyone.

Official Documentation & Demos

Install Kro UI

npm i --save kro-ui

Using Kro UI

import { createApp } from 'vue';
import App from 'your-app-component';

// Import Kro UI Library
import KroUI from 'kro-ui';

// Create New Vue App
createApp(App)
    .use(KroUI, {

        // Register Your Icons Here
        icons: {
            // Icons use SVG path definitions
            'menu': 'M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z',
        }

    })
    .mount('#app');
0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago