You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
A re-implementation of MDC Card per #617, and `material-components-web` v0.30.0.
- [x] Add `stroked: boolean` property to `mdc-card`. See #616
- [x] Add `mdc-card-media`
- [x] Add `mdc-card-media-content`
- [x] Add `mdc-card-action-buttons`
- [x] Add `mdc-card-action-icons`
- [x] Add `mdcCardAction` directive
BREAKING CHANGE:
* All CSS classes for content layouts have been removed. Developers should decide what kind of layout is best for their specific use case. Please see Card documentation for updated examples.
Closes#617Closes#616
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Change as per material-components-web v0.30.0
reference: material-components/material-components-web#2035
Removes the shadow and displays a hairline stroke instead.
stroked
property withmdc-card--stroked
modifierThe text was updated successfully, but these errors were encountered: