View source: R/components-generated.R
| calcite_navigation_user | R Documentation |
Create a NavigationUser component
calcite_navigation_user(...)
... |
named attributes passed to |
The following properties are provided by this component:
| Name | Attribute | Description | Values | Reflects to Attribute |
| active | active | When true, the component is highlighted. | boolean | TRUE |
| fullName | full-name | Specifies the full name of the user. | string | FALSE |
| label | label | Describes the appearance of the avatar. If no label is provided, context will not be provided to assistive technologies. | string | FALSE |
| textDisabled | text-disabled | When true, hides the fullName and username contents. | boolean | TRUE |
| thumbnail | thumbnail | Specifies the src to an image (remember to add a token if the user is private). | string | FALSE |
| userId | user-id | Specifies the unique id of the user. | string | FALSE |
| username | username | Specifies the username of the user. | string | FALSE |
an object of class calcite_component which is a subclass of shiny.tag
calcite_navigation_user()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.