LycanUi
Accessible, open source, and customizable ui components for your Rails app.
Installation
Add the gem to the development
group in your Gemfile
,
group :development do
gem 'lycan_ui', require: false
end
Run bundle install
and then run the setup script with,
rails generate lycan_ui:setup
Follow the prompts in your terminal and then.. you're done!
Documentation
Visit http://ui.lycanthropy.dev to view documentation.
Contributing
Please read the contributing guide.
License
The gem is available as open source under the terms of the MIT License.