@mvn-ui/vue
v0.0.1
Published
Vue implementation of mvn-ui
Readme
@mvn-ui/vue
A Vue 3 UI component library based on shadcn/ui, tailored for Marusys projects.
Repository: https://github.com/Humax-Viet-Nam/marusys-webkit-starter/tree/main/mvn-ui
Installation
npm install @mvn-ui/vue
# or
yarn add @mvn-ui/vue
# or
pnpm add @mvn-ui/vueUsage
Import styles in your root layout or entry file (e.g., src/main.ts or src/App.vue):
import '@mvn-ui/vue/styles.css';Import and use components:
<script setup lang="ts">
import { Button } from '@mvn-ui/vue';
</script>
<template>
<Button>Click me</Button>
</template>Features
- Built with Vue 3 and TypeScript
- Styled with Tailwind CSS
- Accessible components via Radix Vue
- Dark mode support
License
MIT
