@kk-2004/ui-componentsVue 3 UI Component Library
A collection of 40+ reusable Vue 3 components with Tailwind CSS
A collection of 40+ reusable Vue 3 components with Tailwind CSS
npm install @kk-2004/ui-components<script setup>
import { KButton, KCard, KCardContent, KCardTitle } from '@kk-2004/ui-components'
</script>
<template>
<KCard>
<KCardContent>
<KCardTitle>Hello World</KCardTitle>
<KButton variant="default" size="default">Click Me</KButton>
</KCardContent>
</KCard>
</template><script setup lang="ts"> with full TypeScript support