We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e29c2 commit 2591024Copy full SHA for 2591024
showcases/angular-showcase/src/app/components/card/card.component.html
@@ -11,7 +11,7 @@
11
let-variantIndex="variantIndex"
12
>
13
@if (exampleProps?.behavior === "interactive") {
14
- <button>
+ <button type="button" aria-label="button copy">
15
<db-card
16
[behavior]="exampleProps?.behavior"
17
[elevationLevel]="exampleProps?.elevationLevel"
0 commit comments