Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).