Sha256: b36e61a5884d6623f2b2301fb49ebd50e8a70739de5389f2ed53b8a0f343bc31

Contents?: true

Size: 1.65 KB

Versions: 10

Compression:

Stored size: 1.65 KB

Contents

# Pageflow Progress Navigation Bar

[![Gem Version](https://badge.fury.io/rb/pageflow-progress-navigation-bar.svg)](http://badge.fury.io/rb/pageflow-progress-navigation-bar)

A navigation bar resembling a progress bar.

## Installation

Add this line to your application's `Gemfile`:

    gem 'pageflow-progress-navigation-bar'

Register the widget types inside the configure block in `config/initializers/pageflow.rb`

    Pageflow.configure do |config|
      config.widget_types.register(Pageflow::ProgressNavigationBar.vertical_widget_type)
      config.widget_types.register(Pageflow::ProgressNavigationBar.horizontal_widget_type)
    end

Include javascripts and stylesheets:

    # app/assets/javascripts/pageflow/application.js
    //= require pageflow/progress_navigation_bar

    # app/assets/stylesheets/pageflow/application.scss
    @import "pageflow/progress_navigation_bar";

    # Adding basic style to your theme
    # app/assets/stylesheets/pageflow/themes/default.scss
    @import "pageflow/progress_navigation_bar/themes/default";

Execute `bundle install` Restart the application server.

## Troubleshooting

If you run into problems while installing the page type, please also refer to the
[Troubleshooting](https://github.com/codevise/pageflow/wiki/Troubleshooting) wiki
page in the [Pageflow  repository](https://github.com/codevise/pageflow). If that
doesn't help, consider
[filing an issue](https://github.com/codevise/pageflow-progress-navigation-bar/issues).

## Contributing Locales

Edit the translations directly on the
[pageflow-progress-navigation-bar](http://www.localeapp.com/projects/public?search=tf/pageflow-progress-navigation-bar)
locale project.

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pageflow-progress-navigation-bar-1.9.0 README.md
pageflow-progress-navigation-bar-1.8.0 README.md
pageflow-progress-navigation-bar-1.7.0 README.md
pageflow-progress-navigation-bar-1.6.0 README.md
pageflow-progress-navigation-bar-1.5.0 README.md
pageflow-progress-navigation-bar-1.4.0 README.md
pageflow-progress-navigation-bar-1.3.0 README.md
pageflow-progress-navigation-bar-1.2.0 README.md
pageflow-progress-navigation-bar-1.1.0 README.md
pageflow-progress-navigation-bar-1.0.0 README.md