Git Product home page Git Product logo

Comments (11)

rsaccon avatar rsaccon commented on May 14, 2024

i am using for my very specific needs a mix of materializecss and ember-paper. The problem with materializecss is that it is like bootstrap, all done with jQuery plugins and tons of external libraries included (the good of course is the very large feature set and an impressive commit activity). ember-cli-materialize is just a wrapper for materializecss, all the JS stuff is done by materializecss for the two components they have in the demo. Ember paper however is very elegant and in JS things are done the ember way and no external libraries are included or required, but the feature set is a bit limited right now. What about just using the CSS straight from materializecss instead of angular-material ?. That is more or less what I am doing, and I plan to add ember-mobiletouch (hammer/fastclick based, very active development) to the mix. If there is a big enough overlap between my own requirements and the direction ember paper is going, I would love to contribute.

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

So, you're basically proposing something in the middle.
Like using materialize CSS/SASS, but not the Javascript part?

Don't know how coupled these two things are, but it might be worth a try.

from ember-paper.

rotatingJazz avatar rotatingJazz commented on May 14, 2024

+1 for @rsaccon 's comment. Doing things the ember way is the way to go, imho.

from ember-paper.

akhar avatar akhar commented on May 14, 2024

+1 for @rotatingJazz 's comment.

from ember-paper.

fouad avatar fouad commented on May 14, 2024

LumX looks like a really good option and it's written in SASS. Transitioning from their Angular directives to Ember components looks pretty straightforward.

from ember-paper.

salzhrani avatar salzhrani commented on May 14, 2024

FWIW materialize isn't the most adherent to the spec ... angular material look much better. 👎 on materialize 👍 on current direction which looks a lot better.

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Angular material is much more complete and closer to the spec, indeed.

Quoting from https://material.angularjs.org/

Similar to the Polymer project's Paper elements collection, Angular Material is supported internally at Google by the Angular.js, Material Design UX and other product teams.

Besides this, I really like ember-paper's classes and overall architecture: Having ripple support/shadows in a mixin, extending from a base class (BaseFocusable) to get similar behavior, etc. I feel like the design concepts are mapped to the object model, and that's very sexy (and possibly more maintainable and performant).

Would love to see other users input on this matter. I'd love to combine efforts.

from ember-paper.

fouad avatar fouad commented on May 14, 2024

This is just nitpicking, but thoughts on changing prefix to md- like {{md-button}} so that it's more like http://material.angularjs.org. Also it's faster to type.

Side-note: adding label attribute, so you don't need block component.

{{md-button label=controller.state ink=false}}

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

@fouad excellent suggestion.

Blockless versions were added in 07c800f

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

I think that a point was proven that Ember Paper has its own value and therefore should remain existing.
Closing.

from ember-paper.

sgasser avatar sgasser commented on May 14, 2024

Materializecss looks really good and they adding very fast new elements and features. At the moment ember-cli-materialize with materializecss is much more complete then Ember Paper - for this reason I made ember-cli-materialize. If Ember Paper add more elements and features of angular material then I think it will be the main material library for Ember. And ember-cli-materialize will be only a wrapper for materializecss.

Ember Paper should absolutely remain existing.

from ember-paper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.