0.1.7 • Published 9 months ago

arabam-vue v0.1.7

Weekly downloads
-
License
-
Repository
-
Last release
9 months 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

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago