Module: UserList

UserList Component Displays a list of registered persons. If the list is empty, it shows a default message. Provides a delete button for each user.
Parameters:
Name Type Description
props Object The component props.
Properties
Name Type Description
persons Array.<Object> Array of person objects to display.
onDeleteClick function Callback fired when the delete button is clicked. Passes the person object.
Source:
Returns:
Type
JSX.Element