0.0
No commit activity in last 3 years
No release in over 3 years
prime-rails Create helpers for PrimeUI Components
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

PrimeRails

PrimeRails is a spin-off from the popular JavaServer Faces Component Suite, PrimeFaces. PrimeRails is a collection of rich javascript widgets based on PrimeUI.

Rails Logo

Installation

Add these to your Gemfile:

gem 'jquery-rails' #it's probably in your Gemfile already.
gem 'prime-rails'

Then bundle install to install the gems.

Then add assests to your layout:

<%= stylesheet_link_tag "aristo/theme" %> #check examples for appropriate themes.
<%= stylesheet_link_tag "prime-ui" %>

<%= javascript_include_tag "prime-ui" %>

Examples

Checkout PrimeRails.

TODO

  • TESTS (Urgent)
  • Separate gem for Themes (Support two by default, perhaps bootstrap and foundation)

Contributing

Please checkout CONTRIBUTING.md for details.

License

PrimeRails is Copyright © 2013 Lazario Nixon. It is free software, and may be redistributed under the terms specified in the LICENSE file.