@railzai/railz-uikit-vue
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.52 • Public • Published

Railz is the Accounting Data as a Service™ solution that makes sense of your business customers' financial data.

Railz UIKit Vue

Latest Version on NPM Tree shaking

This is an angular wrapper for @railzai/railz-visualization.

Installation

With NPM:

npm install @railzai/railz-uikit-vue

With Yarn:

yarn add @railzai/railz-uikit-vue

Usage

App.vue
<railz-component first="Sade" last="Adu"></railz-component>
main.ts

Import the RailzUikitModule into your component module or app.module.ts file

import { createApp } from 'vue';
import { RailzUikit } from '@railzai/railz-uikit-vue';

import App from './App.vue';
createApp(App).use(RailzUikit).mount('#app');

Readme

Keywords

Package Sidebar

Install

npm i @railzai/railz-uikit-vue

Weekly Downloads

52

Version

0.0.1-alpha.52

License

MIT

Unpacked Size

48.4 kB

Total Files

27

Last publish

Collaborators

  • railzai