henaket-vue
v0.1.12
Published
Henaket Vue UI kit
Readme
Henaket Vue UI Kit
Vue 3 UI kit based on Ant Design Vue 4 and the Henaket Design System.
Installation
npm install henaket-vueUsage
<template>
<div>
<AppButton type="primary">Click me</AppButton>
<AppAlert type="success" message="Success!" />
</div>
</template>
<script setup>
import { AppButton, AppAlert } from 'henaket-vue'
</script>Peer Dependencies
Make sure to install the required peer dependencies:
npm install vue ant-design-vueDocumentation
For full documentation and examples, visit our Storybook.
