Skip to content

Tip Manager

deprecated in v2.9Refer to the Carousel component documentation.
Learn more

Overview

Built with Tips, Tip Manager is intended to be used for in-app, short-form documentation. Use Tip Manager and Tip Group when inline help or documentation may be too rich for a given space.

Consider Notice for inline helpers or hints.

Usage

  • Provide app-level access to onboarding material

Sample

Accessibility

Keyboard navigation

KeyFunction
TabMove focus to next item within element. If the current focus is the last item, the focus will cycle to the first item
Tab and ShiftMove focus to previous item within element. If the current focus is the first item, the focus will cycle to the last item
Arrow downScroll down content area
Arrow upScroll up content area

API reference

Properties

PropertyAttributeDescriptionTypeDefault
closedclosedWhen true, does not display or position the component.booleanfalse
headingLevelheading-levelSpecifies the heading level of the component's heading for proper document structure, without affecting visual styling.1 | 2 | 3 | 4 | 5 | 6
messageOverridesUse this property to override individual strings used by the component.{ defaultGroupTitle?: string; defaultPaginationLabel?: string; close?: string; previous?: string; next?: string; }

Slots

NameDescription
default (unnamed)A slot for adding calcite-tips.

Styles

NameDescription
--calcite-tip-manager-heightThe maximum height of the component.
--calcite-tip-max-widthThe maximum width of a slotted calcite-tip within the component.

Events

NameDescriptionBehavior
calciteTipManagerCloseEmits when the component has been closed.bubblescomposed

Methods

NameDescriptionSignature
componentOnReadyCreate a promise that resolves once component is fully loaded.componentOnReady(): Promise<void>
nextTipSelects the next calcite-tip to display.nextTip(): Promise<void>
previousTipSelects the previous calcite-tip to display.previousTip(): Promise<void>

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.