Skip to content

Hello World

An example LWC that adds a classic greeting to any page.

Available in: App Page · Home Page · Record Page

hello-world

Attributes

NameTypeDefaultDescription
namestring'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.

Released under the MIT License.