Lightning:card tag (lightning component) is similar to apex:outputpanel (Visualforce page). It act as a container.
A lightning:card is used to apply a stylized container around a grouping of information. The information could be a single item or a group of items such as a related list.
A lightning:card contains a title, body, and footer. To style the card body, use the Lightning Design System helper classes.
A lightning:card is used to apply a stylized container around a grouping of information. The information could be a single item or a group of items such as a related list.
A lightning:card contains a title, body, and footer. To style the card body, use the Lightning Design System helper classes.
- <aura:component >
- <lightning:card title="Container" iconName="standard:account">
This is for Testing.
- </lightning:card>
- </aura:component>
Reference:
No comments:
Post a Comment