valtify
v0.1.1
Published
A simple UI component library for Vue3
Downloads
2
Maintainers
Readme
Description
Valtify is a simple UI component library for Vue3. Still under development, stay tuned...
Getting Start
- To check out the docs, visit https://valtify.vercel.app. 📚
Install
pnpm add valtify
Usage
In main.ts
, import the style file.
import 'valtify/dist/style.css'
In the component
<script setup lang="ts">
import { Button } from 'valtify'
</script>
<template>
<Button type="primary">Primary Button</Button>
</template>
Project Activity
License
Valtify is MIT licensed.