Skip to content

podemos-info/timelineJS3-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%