We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafd5a3 commit 321ffc1Copy full SHA for 321ffc1
1 file changed
src/lightning-stubs/card/card.js
@@ -7,7 +7,10 @@
7
import { LightningElement, api } from 'lwc';
8
9
export default class Card extends LightningElement {
10
+ @api headingLevel;
11
+ @api hideHeader;
12
@api iconName;
13
+ @api label;
14
@api title;
15
@api variant;
16
}
0 commit comments