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

Add Angular Material Card component #1082

Merged
merged 3 commits into from
Nov 3, 2024

Conversation

richard-to
Copy link
Collaborator

This component consists of the following components:

  • card
  • card_header
  • card_content
  • card_actions

I did not include card_footer since I couldn't tell what benefit it added, but we can added later if needed.

I did not include an card_image component since it was easy enough to use image with width 100%.

Closes #1080

This component consists of the following components:

- card
- card_header
- card_content
- card_actions

I did not include card_footer since I couldn't tell what benefit it
added, but we can added later if needed.

I did not include an card_image component since it was easy enough to
use image with width 100%.

Closes google#1080
Copy link
Collaborator

@wwwillchen wwwillchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@wwwillchen
Copy link
Collaborator

btw, looks like one of the card test might be flaky

@richard-to richard-to merged commit 7a54883 into google:main Nov 3, 2024
6 checks passed
@richard-to richard-to deleted the card-component branch November 3, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Angular Card Component
2 participants