0.0.7 • Published 9 months ago
@bernankez/prototype v0.0.7
Prototype
My prototypes.
This is not a component library, it's just a collection of prototypes. You can either import them directly or copy the source code to use in your project.
Install
$ pnpm add @bernankez/prototypeUsage
<script setup lang="ts">
import { Bubble } from "@bernankez/prototype";
</script>
<template>
<div>
<Bubble>
🫧
</Bubble>
</div>
</template>