vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.67k stars 727 forks source link

Feature request: Material design theme #905

Open udiedrichsen opened 9 years ago

udiedrichsen commented 9 years ago

Hi,

I found w2ui today and I really like it. Congratulation, great work ! :+1:

Would be great a have a Material Design theme for it.

My css skill are very poor or even not existing. I a server only guy. Thats why I like this. You can program a UI instead of designing it :-)

vitmalina commented 9 years ago

I do not know what you mean by material design.

udiedrichsen commented 9 years ago

Material design is invented by google. Its the new design (UI) standard for Android 5.x

http://www.google.com/design/spec/material-design/introduction.html#introduction-goals

Or another good example is: http://materializecss.com/getting-started.html

It's just a suggestion to improve your excellent framework.

aadrian commented 9 years ago

Would be great a have a Material Design theme for it.

There are many CSS frameworks, Twitter Bootstrap being one even more popular for non-mobile web apps. The main problem is that most of them don't simply require just a different CSS file but also require HTML and also JS code changes too.

As discussed here: https://github.com/vitmalina/w2ui/issues/888#issuecomment-102956445

another important aspect is accessibility (a11y). For Twitter Boostrap there's already a solution done by PayPal. For Material Design, I found none so far that would withstand an official a11y audit.

As mentioned in #888 a more efficient approach would be to:

hansgru commented 9 years ago

+1 for a Bootstrap theme (not material design) since w2ui seems to target the desktop, not mobile in the actual version.