0.1.7 • Published 2 years ago

arabam-vue v0.1.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Arabam Vue UI

Arabam Vue is a Vue.js UI library designed to streamline the integration of user interface components into your Vue.js projects. This library leverages the @arabam/ui package as a core dependency to provide a set of customizable UI components.

Installation

To get started, you can install the Arabam Vue library via npm:

npm install arabam-vue --save

Usage

import { createApp } from 'vue'
import App from './App.vue'
const app = createApp(App);
import { AButton } from "arabam-vue";
import "arabam-vue/style.css";


app.component("AButton", AButton);

app.mount('#app')
0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago