Skip to content

valcosmos/valtify

Repository files navigation

Welcome to valtify

Valtify is a simple, lightweight UI component library for Vue3.

Description

Valtify is a simple UI component library for Vue3. Still under development, stay tuned...

Getting Start

Install

pnpm add valtify

Usage

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>

Project Activity

Alt

Development

Use StackBlitz

Open in StackBlitz

clone locally:

git clone git@github.com:valcosmos/valtify.git

cd valtify

pnpm i

pnpm docs:dev

Open your browser and visit http://localhost:5173/valtify/

License

Valtify is MIT licensed.