Skip to content

yrgoldteeth/css3-progress-bar-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS3 Progress Bars for Rails

Instruction

This gem assumes you're using Rails 3.1+, including the asset pipeline.

Into the Gemfile:

gem 'css3-progress-bar-rails'

Into the application.css header:

*= require 'css3-progress-bar'

In a view:

<%= progress_bar(33, :color => 'blue', :rounded => true) %>

Twitter Bootstrap Flavored (may not fully work with current version)

<%= bootstrap_progress_bar(33, :color => 'info', :striped => true) %>

Indication

Except where indicated: Copyright (c) 2017 Nicholas Fine, released under the MIT license.

About

Integrates Josh Sullivan's CSS3 Progress Bars into Rails 3.1+ Projects.

Resources

Stars

Watchers

Forks

Packages

No packages published