Demos
For examples and details on the usage of this component, visit the component demo page:
User
Properties
| Parameter | Type | Description | Default |
|---|---|---|---|
| DescriptionContent | RenderFragment |
Gets or sets the content to render when using a custom description element. | - |
| AvatarContent | RenderFragment |
Gets or sets the content to render for the avatar element. | - |
| Name | string |
Gets or sets the name of the user. | - |
| Description | string |
Gets or sets the description of the user. | - |
| IsFocusable | bool |
Gets or sets the whether the user is focusable. | false |
| Classes | UserSlots |
Gets or sets the CSS class names for the user slots. | - |
| As | string |
Gets or sets an HTML tag of the component. | - |
| Class | string |
Gets or sets CSS class names that will be applied to the component. | - |
| Style | string |
Gets or sets styles that will be applied to the component. | - |
| AdditionalAttributes | IReadOnlyDictionary<string, object> |
Gets or sets a collection of additional attributes that will be applied to the component. | - |
| ElementReference | ElementReference? |
Gets or sets the associated . May be if accessed before the component is rendered. | - |