simple-vui
TypeScript icon, indicating that this package has built-in type declarations

0.0.2-beta.1 • Public • Published

SimpleVUI

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

A simple Vue3 UI components library

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>

Readme

Keywords

none

Package Sidebar

Install

npm i simple-vui

Weekly Downloads

1

Version

0.0.2-beta.1

License

none

Unpacked Size

185 kB

Total Files

11

Last publish

Collaborators

  • longo-andrea