@kyle_x/components
v0.1.1
Published
Vue components for the Kyle X demo package set.
Maintainers
Readme
@kyle_x/components
Vue components for the Kyle X demo package set.
Installation
pnpm add @kyle_x/components vuevue is a peer dependency and should be installed by the consuming app.
Usage
<script setup lang="ts">
import { BaseButton } from '@kyle_x/components'
</script>
<template>
<BaseButton label="Click me" />
</template>License
MIT
