July 2018
Beginner to intermediate
458 pages
9h 58m
English
The Lightning base components for formatting allow us to format emails, addresses, dates, URLs, and much more.
The following screenshot from the component library shows various format options:

The following component demonstrates a working example of how to use these components. Note that we also use some of the base input components for the addresses and names input:
<aura:application extends="force:slds"> <aura:attribute name="street" type="string"/> <aura:attribute name="city" type="string"/> <aura:attribute name="country" type="string"/> <aura:attribute name="province" type="string"/> ...
Read now
Unlock full access