Installation
First, add the gem to your Gemfile
:
gem 'relay_ui'
Then install your gems:
bundle install
That's it! All of the basic functionality of the UI kit is now available to you. For certain components that require additional elements (like stimulus controllers), you'll need to include those separately. They will be documented in the component's usage instructions.