1.0.6 • Published 6 years ago

wizbii-nps-widget v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Built With Stencil

Wizbii NPS Widget

This component is a widget used to track information about user satisfaction in regard to a service.

Using this component

First, you will need to publish this component to NPM

Script tag

  • Put this script tag into your template, JSX, html etc <script src='https://unpkg.com/wizbii-nps-widget@VERSION.OF.COMPONENT/dist/wizbii.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install wizbii-nps-widget --save
  • Put a script tag similar to this <script src='node_modules/wizbii-nps-widget/dist/wizbii.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install wizbii-nps-widget --save
  • Add an import to the npm packages import wizbii-nps-widget;
  • Then you can use the element anywhere in your template, JSX, html etc
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago