Notes
Element Name: lightning-formatted-name
Attributes:
first-name
last-name
middle-name
informal-name
suffix
salutation
<template>
<div class="slds-box">
<h3 class="header">Lightning Formatted Name</h3>
<lightning-formatted-name
first-name="Engin"
last-name="Basturk"
salutation="Mr."
>
</lightning-formatted-name>
</div>
</template>
PREVIEW: