hsenidcallout
v2.1.0
Published
Call-out library for HRM
Downloads
25
Readme
hSenidCallout
A responsive tour snippet, with a step-by-step guide(onboarding) to help users understand how to use your application.
npm install hsenidcallout
Requirements
- BootStarp
Usage
Simply include the following to css into root from the library
@import "../node_modules/hsenidcallout/src/style.css";
import the library and use call the callout function
// import callout from nodeModule
import { callout } from "hsenidcallout";
// use callout function in your webpage.
// first parameter is the pageId and sceond parameter is language code
callout(1005, "en");