Skip to content

Commit 321ffc1

Browse files
authored
feat: add missing properties to lightning-card (#475)
Add missing heading-level, hide-header, and label to lightning-card. Tackles issue #450
1 parent aafd5a3 commit 321ffc1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lightning-stubs/card/card.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
import { LightningElement, api } from 'lwc';
88

99
export default class Card extends LightningElement {
10+
@api headingLevel;
11+
@api hideHeader;
1012
@api iconName;
13+
@api label;
1114
@api title;
1215
@api variant;
1316
}

0 commit comments

Comments
 (0)