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

#167623915 Article card component #14

Merged
merged 1 commit into from
Aug 5, 2019
Merged

Conversation

dharmykoya
Copy link
Contributor

####What does this PR do?
To make the card article reusable component

Description of Task to be completed?

  • To install prop-types
  • To create an article card component

How should this be manually tested?

N/A

Any background context you want to provide?

N/A

What are the relevant pivotal tracker stories?

#167623915

Screenshots (if appropriate)

image
image

Questions:

N/A


if (props.light) {
cardBodyClass.pop();
cardBodyClass.push('light-theme');
Copy link
Contributor

Choose a reason for hiding this comment

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

Good job on the light and dark theme.

@dharmykoya dharmykoya changed the title #167623915 feature(article-card):article card component #167623915 Article card component Aug 2, 2019
Copy link
Contributor

@tunedev tunedev left a comment

Choose a reason for hiding this comment

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

LGTM

To install prop-types
To create an article card component
[#167623915]
@nedemenang nedemenang merged commit ab33fcd into develop Aug 5, 2019
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.

None yet

6 participants