https://github.com/bernankez/prototype
My prototypes.
https://github.com/bernankez/prototype
prototype
Last synced: 3 months ago
JSON representation
My prototypes.
- Host: GitHub
- URL: https://github.com/bernankez/prototype
- Owner: Bernankez
- License: mit
- Created: 2024-01-30T03:51:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T06:13:52.000Z (over 1 year ago)
- Last Synced: 2025-09-20T15:23:55.362Z (9 months ago)
- Topics: prototype
- Language: Vue
- Homepage: https://prototype.keke.cc
- Size: 497 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prototype
[_Document_](https://prototype.keke.cc)
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
```sh
$ pnpm add @bernankez/prototype
```
## Usage
```vue
import { Bubble } from "@bernankez/prototype";
🫧
```