Git Product home page Git Product logo

Comments (33)

miguelcobain avatar miguelcobain commented on May 14, 2024

Since a42324b:

  • Ripple effect is now completely CSS based, just like in angular material. I believe it can't go much better than this.
  • Also now using the excellent HammerJS, just like angular material. This is the way to go about normalizing and handling correctly events/gestures.
  • Shadow and ripple implemented as a mixin
  • Buttons almost completed. Fab is missing. Added primary and warning classes.

Check http://miguelcobain.github.io/ember-paper/#/button.

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Since 95cd03c checkboxes conform specs. Ported from Angular Material.

Check http://miguelcobain.github.io/ember-paper/#/checkbox

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Since b41676d radio buttons conform specs. Ported from Angular Material.

Check http://miguelcobain.github.io/ember-paper/#/radio

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Added text fields in a138216

Check http://miguelcobain.github.io/ember-paper/#/textfield

from ember-paper.

locks avatar locks commented on May 14, 2024

Hi, I wanna help. Are you on IRC/Gitter so we can coordinate better?

from ember-paper.

stefanpenner avatar stefanpenner commented on May 14, 2024

Check http://miguelcobain.github.io/ember-paper/#/textfield

those text fields are RAD!

from ember-paper.

ef4 avatar ef4 commented on May 14, 2024

I am happy to find this project!

I'm actively adding capabilities to liquid-fire to make it easy to support all the animation in Material Design, and I'd be happy to integrate them into ember-paper as they become ready.

And I'm doing a design-focused talk at EmberConf, and will definitely feature this repo.

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

@ef4 I'm curious to see how ember-paper and liquid-fire would play along. Indeed, animations are a big part of material design specs. Having those integrated in ember-paper would be awesome!

I really see potential in this project. Material Design (besides being gorgeous!) solves so many UX problems/challenges. It would be a great step forward to back those solutions within a powerful environment like ember and ember-cli. It feels so natural. Ember components end up being an excellent way of encapsulating design.
There are so many things left to do.

Regarding your talk, tell me if you need anything. Would be glad if I could help. And please do share the slides/video. :D

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

@locks Sure. Ping me on Twitter. Maybe gitter would be better so other people can follow!

from ember-paper.

locks avatar locks commented on May 14, 2024

@miguelcobain jรก te pinguei :P

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Added list in 13f9e08
Added dividers in ad9c2bd

Check:

Thanks @mansona!

from ember-paper.

stefanpenner avatar stefanpenner commented on May 14, 2024

woohoo! I am excited to build something with this :)

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Switches now conform specs in d78fa26
Closes #4.

Check: http://miguelcobain.github.io/ember-paper/#/switch

from ember-paper.

mjohnson9 avatar mjohnson9 commented on May 14, 2024

Your task list seems to be missing the progress indicators.

That aside, awesome project. It's saved me a lot of development time. Thanks!

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Major bump.

Now with a decent Sidenav, Toolbars and Flex grid!
Thanks to @pixelhandler for the sidenav inspiration from ember-off-canvas-components. Very smart use of custom events there.

Check: http://miguelcobain.github.io/ember-paper/
Still need to update docs...

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Cool blockless versions 07c800f

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Icons. โœ”๏ธ

Check: http://miguelcobain.github.io/ember-paper/#/icons

When this issue is resolved, we'll switch to official icons.

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Added some simple cards on e9f81ae

Check: http://miguelcobain.github.io/ember-paper/#/card

from ember-paper.

hhff avatar hhff commented on May 14, 2024

Yoooooooo

I'm working on this http://www.google.com/design/spec/components/menus.html

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

That will be a tough one!
Angular material select for inspiration: https://material.angularjs.org/#/demo/material.components.select

from ember-paper.

mike1o1 avatar mike1o1 commented on May 14, 2024

I submitted a pull request #88 for sliders. I'll work on converting tabs and fab buttons from ember-material-design once you're ok with the slider.

from ember-paper.

benedikt-buchert avatar benedikt-buchert commented on May 14, 2024

Regular Icon-Buttons would be nice!

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Sliders are up thanks to Mr. @mike1o1!

Check: http://miguelcobain.github.io/ember-paper/#/slider

from ember-paper.

mansona avatar mansona commented on May 14, 2024

Paper-Dialog: #116

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Cool list controls are ready:

http://miguelcobain.github.io/ember-paper/#/list-controls

We now have official material font icon and lots of updated styles.

from ember-paper.

bj-mcduck avatar bj-mcduck commented on May 14, 2024

nice one!

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Inputs with errors, char counter, etc (currently only simple text field based on Polymer's)

Done via @DanMonroe

Demo: http://miguelcobain.github.io/ember-paper/#/input

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Progress linear ported from ember material design by @peec

Demo: http://miguelcobain.github.io/ember-paper/#/progress-linear

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Progress circular ported from ember material design by @peec

Demo: http://miguelcobain.github.io/ember-paper/#/progress-circular

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

Paper autocomplete by @peec

Demo: http://miguelcobain.github.io/ember-paper/#/autocomplete

from ember-paper.

elwayman02 avatar elwayman02 commented on May 14, 2024

Maybe this is a dumb question, but does this addon support any sort of responsive grid layouts? I didn't see anything in the demos...

from ember-paper.

miguelcobain avatar miguelcobain commented on May 14, 2024

@elwayman02 We're using angular material flex grid. There isn't any documentation on it yet.

For now you can understand its usage consulting angular material docs and the demo page source code.

from ember-paper.

DanChadwick avatar DanChadwick commented on May 14, 2024

This is now being tracked by #249. Closing unless there is some other reason to keep it open. :)

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.