Skip to content

Commit

Permalink
add title prop back to card stub (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor authored Jun 18, 2019
1 parent 421f344 commit e798b6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lightning-stubs/card/card.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ import { LightningElement, api } from 'lwc';

export default class Card extends LightningElement {
@api iconName
@api title
@api variant
}
}

0 comments on commit e798b6b

Please sign in to comment.