No commit activity in last 3 years
No release in over 3 years
timelineJS v3 resources files packaged for the Rails asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

timelineJS3-rails

This gem packages the TimelineJS3 for easy use with the Rails asset pipeline.

General Installation

Add to the assets group in your Gemfile:

gem 'timelineJS3-rails', '~> 1.0.0'

Install the gem:

bundle install

Add the Javascript to application.js:

//=require timelineJS3/timeline

Add the CSS to application.css

/*
 *= require timelineJS3/timeline
 */

Language

The Localization language default is en English, if you want to change it, just add the Javascript to application.js:

//=require timelineJS3/locale/xxx # you should change the xxx with one of the available

Font Themes

If you want to set the font theme, just add the CSS to application.css:

/*
 *= require timelineJS3/fonts/xxx #you should change the xxx with one of the available font themes below
 */

For more detail information visit TimelineJS3

Thanks