test(web): Card

This commit is contained in:
Paul Armstrong
2021-02-12 12:07:50 -08:00
committed by Blake Blackshear
parent 1aa9a7a093
commit 5ee7146884
2 changed files with 46 additions and 3 deletions

View File

@@ -9,10 +9,7 @@ export default function Box({
elevated = true,
header,
href,
icons,
media = null,
subheader,
supportingText,
...props
}) {
const Element = href ? 'a' : 'div';