-
Notifications
You must be signed in to change notification settings - Fork 1
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
Lets have a card #698
Lets have a card #698
Conversation
… how that felt in my head.
…s going to change with a card image is the URL, if it exists, so we don't need the freeform slot to pass in HTML. This decision may end up being reversed in the future.
…m card. Added 'link_text' prop to card. Added computed values to determine button functionality.
…ake more sense and removing styles that no longer are necessary.
…e things that got broken. Commented out a bunch of stuff that might need more scrutiny.
…s to the way we are handling padding.
…tion outside the card. Should not be needed anymore based on changed to the way padding is handled.
👀 |
reviewing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In terms of the card (minus media), I tried several combinations and each seem to work as I expected however, a couple stood out to me and I am not sure if they are important or not:
When I click basic-card--linked-card-without-title
(removed link text) - I assume that is for SiteNow or other implementation to validate and not storybook.
When I clicked basic-card--borderless-card
(mobile sized), I didn't notice a change in media padding. This was discussed in the huddle I was in earlier, but I am foggy about what was decided here.
Generally curious about how components will stack in Storybook and if we will be able to modify media or button settings while viewing the card component.
There is a lot of other stuff in this PR that I assume is safe to ignore for the time being since it wasn't the purview of this PR.
The fact that this can be reviewed in browser at this time and that certain card properties are handled, I think this is a good step forward!
Resolves #696
To test