Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 617 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 617 Bytes

Spree amazon-like dropdown menu

Provides dropdown taxonomies menu like Amazon's. Based on the jQuery-menu-aim plugin.

Demo: https://spreecommerce-demo.herokuapp.com/

Installation

Add spree_amazon_like_dropdown to your Gemfile:

gem 'spree_amazon_like_dropdown', github: 'maginfo-team/spree_amazon_like_dropdown'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_amazon_like_dropdown:install

Copyright (c) 2015 Maginfo Ltd, released under the New BSD License