0.0.2-beta.1 • Published 12 months ago

simple-vui v0.0.2-beta.1

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

SimpleVUI

| The main scope of this library is to learn how TSX works with Vue3.

Features

- 📄 Comprehensive documentation with VitePress
- 🛝 Interactive Storybook playground
- 🌲 Tree shakeable
- ⚒️ Built with Vue3 + TypeScript (TSX)

Get Started

Installation

Let's start by installing the package with your favourite package manager:

pnpm add simple-vui

Or:

npm i simple-vui

And we are done! 👏

Example

Import a component from simple-vui and try it out:

<script setup>
import { Avatar } from 'simple-vui'
</script>

<template>
    <Avatar
        placeholder="SV"
        size="big"
        type="rounded"
    />
</template>
0.0.2-beta.1

12 months ago

0.0.2-beta.0

12 months ago

0.0.1

12 months ago

0.0.1-beta.9

12 months ago

0.0.1-beta.8

12 months ago

0.0.1-beta.7

12 months ago

0.0.1-beta.5

12 months ago

0.0.1-beta.4

12 months ago

0.0.1-beta.3

12 months ago

0.0.1-beta.2

12 months ago

0.0.1-beta.1

12 months ago

0.0.1-beta.0

12 months ago