@archzos/ui-vue
v1.0.0
Published
Archzos Vue 3 component library
Maintainers
Readme
@archzos/ui-vue
Vue 3 component library for the Archzos design system.
Installation
npm install @archzos/ui-vue @archzos/tokens
# or
yarn add @archzos/ui-vue @archzos/tokensUsage
<template>
<AzButton variant="primary" size="lg" @click="handleClick">
Click Me
</AzButton>
</template>
<script setup>
import { AzButton } from '@archzos/ui-vue';
function handleClick() {
console.log('Button clicked!');
}
</script>Components
AzButton- Button with variants and sizes- More components coming soon...
Features
- Vue 3 Composition API
- Full TypeScript support
- Reactive state management
- Same API as React components
License
MIT © archzos
