Valtify is a simple, lightweight UI component library for Vue3.
Valtify is a simple UI component library for Vue3. Still under development, stay tuned...
- To check out the docs, visit https://valcosmos.github.io/valtify/. 📚
pnpm add valtify
In main.ts
, And import stylesheets manually:
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>
Use StackBlitz
clone locally:
git clone [email protected]:valcosmos/valtify.git
cd valtify
pnpm i
pnpm docs:dev
Open your browser and visit http://localhost:5173/valtify/
Valtify is MIT licensed.