Notes
Element Name: lightning-formatted-address
Attributes:
-
street
-
city
-
country
-
province
-
postal-code
<template>
<lightning-formatted-address
street="121 Spear St."
city="San Francisco"
country="US"
province="CA"
postal-code="94105"
></lightning-formatted-address>
</template>
PREVIEW:
Use the attribute disable to format the address without a link:
<template>
<lightning-formatted-address
street="121 Spear St."
city="San Francisco"
country="US"
province="CA"
postal-code="94105"
disabled
></lightning-formatted-address>
</template>
PREVIEW: