Rails need a plug n play system for creating streamlined ui components.
Phlex looks fun and fast, so I thought I'd start creating ui components with it.
To contribute to this project, it's recommended to install the gem locally and point to it in your Gemfile:
gem "ruby_ui", path: "../ruby_ui"
- Eject the component you want to modify using the generator:
rails generate ruby_ui:component combobox
- Make your desired changes to the ejected component
- Once you're satisfied with the modifications, integrate the component back into the gem in the appropriate location
This workflow allows you to iterate quickly on components while maintaining the gem's structure.
Would you like me to expand on any part of the contributing guide?