Overview of RubyUI
mainRubyUI provides beautifully designed, accessible, and customizable UI components that can be copied and pasted into applications. It is an open-source project structured as a monorepo containing two primary components:
ruby_uigem: The core library containing components, generators, and tests.docsapp: A Rails 8 application that powers the official documentation site at https://rubyui.com and consumes the local gem.
To use the gem in your own application, refer to the gem/README.md guide.