Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pageflow-progress-navigation-bar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pageflow-progress-navigation-bar

  • 1.9.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Pageflow Progress Navigation Bar

Gem Version

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 wiki page in the Pageflow repository. If that doesn't help, consider filing an issue.

Contributing Locales

Edit the translations directly on the pageflow-progress-navigation-bar locale project.

FAQs

Package last updated on 15 Jan 2024

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