Skip to content

Bernankez/prototype

Repository files navigation

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>

About

My prototypes.

Topics

Resources

License

Stars

Watchers

Forks

Contributors