A ruby gem to tightly integrate View Components with Hotwire and Rails
Add this line to your application's Gemfile:
gem "hot_view_component"
And then execute:
$ bundle
Or install it yourself as:
$ gem install hot_view_component
To setup the integration, execute:
bin/rails hot_view_component:install
Then generate your first hot component:
bin/rails generate hot_component ExampleComponent
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.