0.0.5 • Published 1 year ago

@bernankez/prototype v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

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

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

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago