npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@licuido-ui/ui_coach-mark

v0.0.2

Published

Coach marks are temporary messages that educate users through new or unfamiliar product experiences. They can be chained into a sequence to form a tour.

Readme

CoachMark

Coach marks are temporary messages that educate users through new or unfamiliar product experiences. They can be chained into a sequence to form a tour.

Installation

npm i @licuido-ui/ui_coach-mark

Import component

import { CoachMark } from '@licuido-ui/ui_coach-mark';

Usage

<CoachMark stepData={[]} showSkipButton={true} overlayBgColor={"} />

Props

| Name | Description | Default | Control | | --------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | className | Override or extend the styles applied to the component.string | "" | | rootStyle | The rootStyle prop that allows defining system overrides as well as additional CSS styles. | - | rootStyle : {} | | stepData | Array of options. | - | stepData : [0 : {...} 6 keys1 : {...} 5 keys2 : {...} 5 keys3 : {...} 5 keys4 : {...} 5 keys5 : {...} 5 keys6 : {...} 5 keys7 : {...} 5 keys] | | showSkipButton | Handle Show or Not show the Skip buttonboolean | | True | | optionsWidth | optionsWidth will take up the width of its container | - | | tooltipFooterStyle | The tooltipFooterStyle prop that allows defining system overrides as well as additional CSS styles. | - | tooltipFooterStyle : {} | | tooltipTitleStyle | The tooltipTitleStyle prop that allows defining system overrides as well as additional CSS styles. | - | tooltipTitleStyle : {} | | tooltipTitleColor | The tooltipTitleColor prop that allows to change color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | tooltipTitleFontSize | The tooltipTitleFontSize prop that allows to change Font size | - | | overlayStyle | The overlayStyle prop that allows defining system overrides as well as additional CSS styles. | - | overlayStyle : {} | | overlayBgColor | The overlayBgColor prop that allows to change overlay Background color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | spotlightStyle | The spotlightStyle prop that allows defining system overrides as well as additional CSS styles. | - | spotlightStyle : {} | | spotlightBgColor | The spotlightBgColor prop that allows to change Background color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | beaconStyle | The beaconStyle prop that allows defining system overrides as well as additional CSS styles. | - | beaconStyle : {} | | beaconSize | The beaconSize prop that allows to change Font size | - | | beaconInnerBgColor | The beaconInnerBgColor prop that allows to change overlay Background color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | beaconOuterColor | The beaconOuterColor prop that allows to change outer color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | beaconInnerStyle | The beaconInnerStyle prop that allows defining system overrides as well as additional CSS styles. | - | beaconInnerStyle : {} | | beaconOuterStyle | The beaconOuterStyle prop that allows defining system overrides as well as additional CSS styles. | - | beaconOuterStyle : {} | | tooltipStyles | The tooltipStyles prop that allows defining system overrides as well as additional CSS styles. | - | tooltipStyles : {} | | tooltipBgColor | The tooltipBgColor prop that allows to change background color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | tooltipContentStyle | The tooltipContentStyle prop that allows defining system overrides as well as additional CSS styles. | - | tooltipContentStyle : {} | | buttonBackStyle | | - | buttonBackStyle : {} | | nextButtonStyle | The nextButtonStyle prop that allows defining system overrides as well as additional CSS styles. | - | nextButtonStyle : {color : "dark"} | | skipButtonStyle | The skipButtonStyle prop that allows defining system overrides as well as additional CSS styles. | - | skipButtonStyle : {} | | skipButtonBgColor | The skipButtonBgColor prop that allows to change background color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | nextButtonBgColor | The nextButtonBgColor prop that allows to change background color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | overlayOutColor | The overlayOutColor prop that allows to change color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | optionModalBgColor | The optionModalBgColor prop that allows to change background color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | optionModalTextColor | The optionModalTextColor prop that allows to change Text color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | optionModalArrowColor | The optionModalArrowColor prop that allows to change color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | optionModalPrimaryColor | The optionModalPrimaryColor prop that allows to change primary color | - | linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));"> | | disableOverlay | To handle disable or enable overlay "true"|"" | - | True | | showProgress | To handle showProgress count in next button boolean | | True | | hideCloseButton | To handle hideCloseButton Show or not show boolean | | True | | scrollToFirstStep | boolean | | True | | spotlightPadding | To handle spotlightPadding padding in css number | 0 | | callback | To handle callback event in next | - | - | | sx | SxProps<{}> | { } | Set object | | floaterProps | Props | - | Set object | | renderingComponent | any | <></> | Set object | | tooltipComponent | any | <></> | Set object | | stepsProps | Step[] | [] | Set object | | styleProps | StylesProps | { } | Set object | | continuous | boolean | | Set boolean | | run | boolean | | Set boolean | | spotlightClicks | boolean | | Set boolean | | HandleCallBack | (data: CallBackProps) => void | () => | - |