2.0.1 • Published 2 years ago

@naviisml/ui v2.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Navel UI

Comming soon...

NPM

Step 1: Install the package.

npm install https://github.com/naveldev/ui.git

Step 2: Import the SCSS library

@import "@naveldev/ui";

Vue Components

NavelUI has some pre-defined Vue.js components ready to use, you can import the components one by one using the following example;

import { Component, Component2 } from "@naveldev/ui";