sp-coach-indicator
NPM
1.0.1
Storybook
View Storybook
Try it on
webcomponents.dev
Attributes and Properties #
quiet
quiet
boolean
false
staticColor
static-color
'white' | 'black' | undefined
Description #
<sp-coach-indicator>
show the connection between an object and its explanation in a touring mode — for example, the source of
Usage #
yarn add @spectrum-web-components/coachmark
Import the side effectful registration of <sp-coach-indicator>
via:
import '@spectrum-web-components/coachmark/sp-coach-indicator.js';
When looking to leverage the CoachIndicator
base class as a type and/or for extension purposes, do so via:
import { CoachIndicator } from '@spectrum-web-components/coachmark';
Static color variants #
<sp-coach-indicator></sp-coach-indicator> <sp-coach-indicator static-color="dark"></sp-coach-indicator> <sp-coach-indicator static-color="light"></sp-coach-indicator>
<sp-coach-indicator quiet></sp-coach-indicator> <sp-coach-indicator quiet static-color="dark"></sp-coach-indicator> <sp-coach-indicator quiet static-color="light"></sp-coach-indicator>