Simple Whatsapp Button Web Component
npm install @flowingcode/fc-whatsapp-button
bash
npm i @flowingcode/fc-whatsapp-button
`
How to use
`html
`
How to run local demo
1. Fork the fc-whatsapp-button repository and clone it locally.
2. Make sure you have npm installed.
3. When in the fc-whatsapp-button directory, run npm install to install dependencies.
4. Run npm start to open the demo.
Testing
`bash
npm run test
`
Creating static demo site
1. Make sure to have executed npm install
2. Execute npx -p parcel npm run buildstatic`