0.0.2-beta.1 • Published 3 years ago
simple-vui v0.0.2-beta.1
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-vuiOr:
npm i simple-vuiAnd 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
3 years ago
0.0.2-beta.0
3 years ago
0.0.1
3 years ago
0.0.1-beta.9
3 years ago
0.0.1-beta.8
3 years ago
0.0.1-beta.7
3 years ago
0.0.1-beta.5
3 years ago
0.0.1-beta.4
3 years ago
0.0.1-beta.3
3 years ago
0.0.1-beta.2
3 years ago
0.0.1-beta.1
3 years ago
0.0.1-beta.0
3 years ago