2.1.1 • Published 8 months ago

peopleshr-callout v2.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

peopleshr-callout

A responsive tour snippet, with a step-by-step guide(onboarding) to help users understand how to use your application.

npm install peopleshr-callout

Requirements

  • Bootstrap

Usage

Simply include the following to css into root from the library

@import "../node_modules/peopleshr-callout/src/style.css";

import the library and use call the callout function

// import callout from nodeModule
import { callout } from "peopleshr-callout";

// use callout function in your webpage. 
// first parameter is the pageId and sceond parameter is language code
callout(1, "en");
2.1.1

8 months ago

2.1.0

8 months ago