@delvui/vue
v1.0.0
Published
DelvUI Design System - Vue Components
Maintainers
Readme
@delvui/vue
Vue components for the DelvUI design system.
Installation
npm install @delvui/vueUsage
<template>
<div>
<Button variant="primary" size="md">Click me</Button>
<Icon name="heart" size="md" />
<Spinner size="md" />
</div>
</template>
<script setup>
import { Button, Icon, Spinner } from '@delvui/vue';
</script>Components
- Button - Interactive button with multiple variants and states
- Icon - Scalable SVG icons
- Spinner - Loading indicators
Vue Version Support
- Vue 3.x (recommended)
- Vue 2.7+ (with Composition API backport)
Documentation
Visit https://delvui.dev for complete documentation.
License
MIT
