Maquina Components 0.3.0: Combobox and Toast
Happy to announce Maquina Components 0.3.0 is now available. This release adds two frequently requested interactive components that Rails developers will find immediately useful in their projects.
What’s New: Combobox — An autocomplete input with a searchable dropdown. Perfect for selecting from large lists, such as countries, users, or tags. Includes full keyboard navigation, real-time filtering, grouped options, and comprehensive ARIA support.
Toast — Non-intrusive notifications that appear temporarily and dismiss automatically. Five variants (success, info, warning, error, default), configurable positioning, and works seamlessly with Rails flash messages and Turbo Streams.
Both components follow the same philosophy as the rest of the library: ERB partials, Tailwind CSS, and Stimulus controllers only where necessary. No heavy JavaScript frameworks required.
What UI components do you find yourself building repeatedly in Rails projects? GitHub: github.com/maquina-app/maquina_components Docs: maquina.app/documentation/components/
https://maquina.app/blog/2026/01/maquina-components-0.3.0-combobox-and-toast/
Post a comment