Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akarachen/ringo
🍏 The message, Dialog, and Notice components written in Pure TypeScript.
https://github.com/akarachen/ringo
Last synced: 21 days ago
JSON representation
🍏 The message, Dialog, and Notice components written in Pure TypeScript.
- Host: GitHub
- URL: https://github.com/akarachen/ringo
- Owner: AkaraChen
- License: mit
- Created: 2022-10-03T03:09:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T07:47:21.000Z (over 1 year ago)
- Last Synced: 2024-10-05T11:33:13.897Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://ringo.js.org
- Size: 874 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍏 Ringo
The message, Dialog, and Notice components written in Pure TypeScript.
## Playground
[Ringo Playground](https://ringo-playground.akr.moe)
## Usage
```shell
pnpm add ringo
``````ts
import {message} from 'ringo'message({text: 'Hello, Ringo!'})
```And see [docs](https://ringo.js.org).