0.1.1 • Published 2 years ago

valtify v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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, 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

Alt

License

Valtify is MIT licensed.

0.1.1

2 years ago

0.1.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago