Create e menu for navigation

Do you know if there is a gem for creating menu navigations?
I’ve tried simple_navigation but it’s too simple.
I like menu navigation of active_admin gem but I don’t know how to
create it.

Funny I never thought of using gems for that type of view and layout
stuff.
I always go for http://jqueryui.com/

Cheers.

On 16 November 2011 10:35, comopasta Gr [email protected] wrote:

Funny I never thought of using gems for that type of view and layout
stuff.
I always go for http://jqueryui.com/

What do you use for tabbed menu navigation?

Msan M. wrote in post #1032119:

On 16 November 2011 10:35, comopasta Gr [email protected] wrote:

Funny I never thought of using gems for that type of view and layout
stuff.
I always go for http://jqueryui.com/

What do you use for tabbed menu navigation?

Hi, if you check jqueryui you’ll see that it offers lots of utilities to
build your UI. For tabbed navigation I use the tabs widget that it
provides. See demo here: Tabs | jQuery UI

Cheers.