0.1.1 • Published 3 years ago

valtify v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.0

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago