ReActionView demos

Interactive Rails templates rendered by Herb. Every page here is plain ERB with a few states declared on top.

Apps

💬 Chat optimistic messages, live search, filters, editing, bulk selection view source
🎵 Music an album library with an expanding detail row and a now playing bar view source
📊 Dashboard parallel scoped tiles and a polling clock view source

Slots and state

📈 Status a live status board, every value re-read from the server in place view source
📡 Activity a filterable team feed where the server renders every branch view source
🌊 Cascade continent, country and state selects driven by bound values view source
Deferred async and lazy blocks that load after the page view source

UI patterns

💡 Tooltips instant client tooltips and a server hovercard view source
🪟 Overlays a dialog, a sliding side panel and a full-screen alert view source
🎚️ Drawer a sheet you drag to dismiss, with the physics in a behavior view source
🍞 Toasts a stack you can swipe away, fed from JavaScript or from a Rails flash view source
🧩 Components tabs, accordion, switches, dropdown, toast, command palette, pagination view source