Project

lycan_ui

0.0
The project is in a healthy, maintained state
View Component based UI framework for Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 7.1.3
>= 0.23.1
 Project Readme

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.