Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 446 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 446 Bytes

LWC-Events

The objective of this project is to create a LWC where each input from the user is rendered as a list item. When the user clicks on one of the list items, the selected item is displayed to the user separately in a large text. This is done by sending events between a parent and child component.

Search tags

event propagation

parent child components

lightning conditional rendering (if:true)

lightning render lists (for:each)