Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 597 Bytes

File metadata and controls

17 lines (11 loc) · 597 Bytes

LocalName

The LocalName component is responsible for displaying the name of the local participant. This component can also display text passed by props in the ParticipantGrid component.

Props

Name Type Default Description
...PillProps? Partial(PillProps) - Props that will be passed to the root of the element.

Examples

React

return <LocalName text="You" />;