Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card implementation #502

Closed
chadrien opened this issue Apr 5, 2015 · 4 comments
Closed

Card implementation #502

chadrien opened this issue Apr 5, 2015 · 4 comments
Labels
component: card This is the name of the generic UI component, not the React module!

Comments

@chadrien
Copy link

chadrien commented Apr 5, 2015

Hi everyone,

I'd like to ask if a card (https://www.google.com/design/spec/components/cards.html) implementation is on the way?

I myself had to implement it recently so if you're interested I can PR it 😃

var actions = [
    <RaisedButton label="Action" primary={true} linkButton={true} />
];
<Card zDepth={1} title="Card title" actions={actions}>
    <p>
        Card content
    </p>
</Card>

screenshot 2015-04-05 03 52 08

@m-torin
Copy link

m-torin commented Apr 20, 2015

👍

@mmrtnz
Copy link
Contributor

mmrtnz commented Apr 21, 2015

Hi @chadrien, we would love to have you share your card implementation with us! We currently have been busy finishing up our css-refactoring #30, so we will being doing the same for your component if the pr is submitted.

@chadrien
Copy link
Author

Sure, I'll open a PR in the next few hours

@hai-cea
Copy link
Member

hai-cea commented Jun 18, 2015

Fixed with #857

@hai-cea hai-cea closed this as completed Jun 18, 2015
@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 25, 2022
@zannager zannager added component: card This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: card This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

6 participants