nt1m / material-framework

[Unmaintained] An easy to use material design based framework.
http://nt1m.github.io/material-framework
MIT License
388 stars 86 forks source link

Improve demo page #51

Closed nt1m closed 9 years ago

nt1m commented 9 years ago

Things to do :

PalmerAL commented 9 years ago

I really like the replacement for the cards on the demo page. Some of the components (toolbars, cards) probably need som margin on the sides. Eventually, this should be split into multiple pages, but I'm not sure there is enough content right now for this. Probably after #21 is complete.

nt1m commented 9 years ago

@PalmerAL Fixed the margin. I agree this should be split up into multiple pages, I need to start some javascript components for this, and I probably don't have the time.

PalmerAL commented 9 years ago

Just wondering, what would you need javascript components for? For multiple pages, you could just use the tabs component.

nt1m commented 9 years ago

@PalmerAL I was thinking of doing this using a sidemenu, but tabs would probably work as well. I'd need to separate things in bigger categories though (I can't put too much tabs). But anyways, it'd be nice to complete the framework with a few JS components, such as dropdown menus, or sidemenus, to make the framework a bit more useful.

PalmerAL commented 9 years ago

Right. Eventually, JS would be nice, but for right now it would be good to finish the css components first. Not every component would get its own tab, maybe something like this maybe:

nt1m commented 9 years ago

Sounds good ! Here's how I would go (pratically the same) :

PalmerAL commented 9 years ago

Buttons aren't really a form item though - there are a lot of uses for them outside of forms, and they are used in a lot of other places (call to actions, dialogs, etc.)