PEM-- / fview-rwdsimplemenu

Simple responsive menu plugin for famous-views
3 stars 1 forks source link

how to use? #1

Open dcsan opened 9 years ago

dcsan commented 9 years ago

i created a very simple app and followed your instrucitons, but i don't see a side menu.

I see the following:

full width:

image

thin: image

clicking hamburger icon doesn't reveal anything.

any suggetsions or would i have to make a public repo to suggest?

PEM-- commented 9 years ago

Hi @dcsan

As stated at the beginning of the README, this menu is a work in progress. Currently, it is pretty unstable. When removing or adding items from the menu, the layout is completely lost. I don't have the time to fix it for the moment :disappointed:

I've set up a project that started using it. As being a proof of concept, the example project is itself buggy. At least, it served its purpose when I was needing it. It's a growth hacking experiment based on LinkedIn.

Anyway, there are some interesting files that demonstrates this menu usage:

And here's an example screen:

gam-ragnar commented 9 years ago

Forgive but where exactly does this go

@mainMenu = new RwdSimpleMenu
mainMenu.addRoute 'signin', 'fa-sign-in', ' Sign in'
mainMenu.addRoute 'signout', 'fa-sign-out', ' Sign out'
mainMenu.addRoute 'profile', 'fa-user', ' Profile'
mainMenu.addRoute 'company', 'fa-building', ' Company'

@dcsan can you share your sample if you still have it? Sorry guys that I need this much hand holding but I really love to use famous for my menu