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.
$ pnpm add @bernankez/prototype<script setup lang="ts">
import { Bubble } from "@bernankez/prototype";
</script>
<template>
<div>
<Bubble>
🫧
</Bubble>
</div>
</template>