New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

timelineJS3-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timelineJS3-rails

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 07 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc