The project is in a healthy, maintained state
Lightning UI is a collection of UI components for Rails applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

 Project Readme

LightningUiKit

UI components for fast prototyping in Rails applications.

Preview is available at ui.lightningrails.xyz

Usage

Add this line to your application's Gemfile:

gem "propshaft"
gem "lightning_ui_kit"

And then execute:

$ bundle

Add the following lines to your application.html.erb file:

<%= stylesheet_link_tag "lightning_ui_kit" %>
<%= javascript_include_tag "lightning_ui_kit" %>

Then you can use components in your views like this:

<%= render LightningUiKit::ButtonComponent.new(text: "Click me!") %>

Contributing

Bug reports and pull requests are welcome

License

The gem is available as open source under the terms of the MIT License.