Components

The library

Component catalog (Core)

Stimeo UI is a headless Stimulus UI framework for Rails. Each component ships behavior only (ARIA state, keyboard, focus); the look is owned by this Playground's CSS.

Pick a component from the sidebar or the cards below to inspect its live demo, copy-paste markup, and keyboard interactions.

Core is open source under the MIT License. See the license →

The demos in this category run on Action Cable, enabled in this playground's Rails app. The adapter is async (no Redis — a single Puma process, so cross-tab broadcasts just work), mounted at Rails' default /cable, with anonymous connections. The server side is three thin rebroadcast channels (TypingChannel / PresenceChannel / LikesChannel), and the page's single shared WebSocket is handed to the controllers via setCableConsumer.