Project

backtop

0.0
No commit activity in last 3 years
No release in over 3 years
Backtop is a gem that adds the back-to-top functionality to your application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

BackTop Gem Version

BackTop provides a back-to-top functionality for use with your rails application. It will append a back to top icon at the bottom right corner when user scrolls below the top fold.

Dependencies

BackTop depends on the following:

Installation

Add this to your Gemfile:

gem 'backtop'

and run bundle install.

Usage

In your application.css, include the css file:

/*
 *= require backtop
 */

In your application.js, include the js file:

//= require backtop

Then restart your webserver if it was previously running.

Congrats! You now have back to top functionality in your app.

Copyright

BackTop is licensed under the MIT License