Simple Navigation for SemanticUi

This gem adds a renderer for Simple Navigation to output markup compatible with SemanticUi.

Getting Started

For Rails >= 3, simply add this gem to your Gemfile:

gem 'simple-navigation-semantic_ui'

and run

bundle install

Follow the configuration instructions on the Simple Navigation wiki for initial configuration.

To use the Bootstrap renderer, specify it in your view:

render_navigation renderer: :semantic_ui