We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2216e81 commit 58b599fCopy full SHA for 58b599f
components/mdc/Card/Card.svelte
@@ -31,6 +31,7 @@ $: tabindex = isClickable ? 0 : undefined
31
</style>
32
33
<div
34
+ role="button"
35
{tabindex}
36
class="mdc-card mdc-typography {$$props.class || ''}"
37
style="background-color: {color}"
0 commit comments