User
Display user information with name, description and avatar.
Key Props
name: to display a name for the user.description: to display a description for the user.avatar: to display an Avatar component.chip: to display a Chip component.size: to change the size of the user avatar and text.orientation: to change the orientation.
Usage
<UUser
<!-- props here -->
/>