kro-ui
TypeScript icon, indicating that this package has built-in type declarations

0.1.14 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i kro-ui

Weekly Downloads

3

Version

0.1.14

License

MIT

Unpacked Size

222 kB

Total Files

121

Last publish

Collaborators

  • wheatley