Hello World
An example LWC that adds a classic greeting to any page.
Available in: App Page · Home Page · Record Page

Attributes
| Name | Type | Default | Description |
|---|---|---|---|
| name | string | 'World' | Enter the name of the person to greet. |
Usage
html
<c-hello-world name="Salesforce"></c-hello-world>The name attribute is also configurable in the Lightning App Builder.
