swapna-socialcause-app
v0.1.0
Published
## Project setup ``` npm i swapna ``` ### How to Use this Package? ## Vue Step 1:Install the package npm i swapna Step 2:import swapna from "swapna/dist/swapna.common" import "swapna/dist/swapna.css" Step 3:Vue.use(swapna) Step 4:Add <sw-repor
Downloads
5
Readme
swapna
Project setup
npm i swapna
How to Use this Package?
Vue
Step 1:Install the package npm i swapna
Step 2:import swapna from "swapna/dist/swapna.common"
import "swapna/dist/swapna.css"
Step 3:Vue.use(swapna)
Step 4:Add
Step 5:Pass your email,access key and toggle(either true/false if true popup will show) as follows
Note:Pass toggle value when user clicks any icon/links in your website
Step 6:You can see reported data only in official site
Nodejs
Step 1:Create package.json sample:{ "dependencies": { "swpna": "^0.1.3" } } Step 2:Use npm i or npm install command Step 3:var swapna = require("swapna") Step 4:Inject to your project Step 5:Add Step 6:Pass your email,access key and toggle(either true/false if true popup will show) as follows Note:Pass toggle value when user clicks any icon/links in your website Step 6:You can see reported data only in official site