# 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](/docs/components/avatar) component. - `chip`: to display a [Chip](/docs/components/chip) component. - `size`: to change the size of the user avatar and text. - `orientation`: to change the orientation. ## Usage ```vue /> ```