# ruby-wasm-ui

> ⚠️ **This package has been renamed to `ruwi`**
> 
> Starting from v0.10.0, this library has been renamed from `ruby-wasm-ui` to `ruwi`. 
> 
> **Please migrate to the new package:**
> 
> - **New npm package**: [ruwi](https://www.npmjs.com/package/ruwi)
> 
> ```html
> <!-- Old -->
> <script src="https://unpkg.com/ruby-wasm-ui@0.9.2"></script>
> 
> <!-- New -->
> <script src="https://unpkg.com/ruwi@0.10.0"></script>
> ```
> 
> For migration details, please see the [v0.10.0 release notes](https://github.com/t0yohei/ruby-wasm-ui/releases/tag/v0.10.0).

---

A modern web frontend framework for Ruby using [ruby.wasm](https://github.com/ruby/ruby.wasm). Write reactive web applications using familiar Ruby syntax and patterns.

Please refer to the [GitHub README](https://github.com/t0yohei/ruby-wasm-ui#readme) for full documentation.
