0.0.4 • Published 2 months ago

@bernankez/prototype v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Prototype

Document

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

<template>
  <div>
    <Bubble>
      🫧
    </Bubble>
  </div>
</template>

<script setup lang="ts">
import { Bubble } from "@bernankez/prototype";
</script>
0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

3 months ago