Skip to contents

Create a NavigationLogo component

Usage

calcite_navigation_logo(...)

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
descriptiondescriptionA description for the component, which displays below the heading.stringFALSE
headingheadingSpecifies heading text for the component, such as a product or organization name.stringFALSE
headingLevelheading-levelSpecifies the heading level of the component's heading for proper document structure, without affecting visual styling.1 | 2 | 3 | 4 | 5 | 6TRUE
hrefhrefSpecifies the URL destination of the component, which can be set as an absolute or relative path.stringTRUE
iconiconSpecifies an icon to display.stringTRUE
iconFlipRtlicon-flip-rtlWhen true, the icon will be flipped when the element direction is right-to-left ("rtl").booleanTRUE
labellabelDescribes the appearance or function of the thumbnail. If no label is provided, context will not be provided to assistive technologies.stringFALSE
relrelDefines the relationship between the href value and the current document.stringTRUE
targettargetSpecifies where to open the linked document defined in the href property.stringTRUE
thumbnailthumbnailSpecifies the src to an image.stringFALSE

Examples

calcite_navigation_logo()
#> <calcite-navigation-logo></calcite-navigation-logo>