0.0.5 • Published 1 year ago
@bernankez/prototype v0.0.5
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/prototype
Usage
<script setup lang="ts">
import { Bubble } from "@bernankez/prototype";
</script>
<template>
<div>
<Bubble>
🫧
</Bubble>
</div>
</template>