Skip to contents

Create a NavigationUser component

Usage

calcite_navigation_user(...)

Arguments

...

named attributes passed to htmltools::tag()

Value

an object of class calcite_component which is a subclass of shiny.tag

Details

Properties

The following properties are provided by this component:

NameAttributeDescriptionValuesReflects to Attribute
activeactiveWhen true, the component is highlighted.booleanTRUE
fullNamefull-nameSpecifies the full name of the user.stringFALSE
labellabelDescribes the appearance of the avatar. If no label is provided, context will not be provided to assistive technologies.stringFALSE
textDisabledtext-disabledWhen true, hides the fullName and username contents.booleanTRUE
thumbnailthumbnailSpecifies the src to an image (remember to add a token if the user is private).stringFALSE
userIduser-idSpecifies the unique id of the user.stringFALSE
usernameusernameSpecifies the username of the user.stringFALSE

Examples

calcite_navigation_user()
#> <calcite-navigation-user></calcite-navigation-user>