This package has been deprecated

Author message:

WARNING: This project has been renamed to @open-wa/whatsapp-button. Install using @open-wa/whatsapp-button instead.

whatsapp-button
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

Published on webcomponents.org npm version Maintainability

Buy me a coffee

<whatsapp-button>

Easily start WhatsApp conversations! Based on @material/mwc-button.

<whatsapp-button phone="123456" dialcode="44" text="hello!" label="Start Chat"></whatsapp-button>

Live Demo ↗

Screenshot of whatsapp-button

Installation

npm i whatsapp-button

then import

<script type="module">
  import 'whatsapp-button/whatsapp-button.js';
</script> 

Or grab from unpkg.com CDN:

<script src="https://unpkg.com/whatsapp-button?module" type="module"></script>

Usage

<whatsapp-button phone="7712345678" dialcode="44" text="hey there lets chat!" label="Start Chat"></whatsapp-button>

You can check out an example of it working here: JsFiddle

Linting with ESLint, Prettier, and Types

To scan the project for linting errors, run

npm run lint

To automatically fix many linting errors, run

npm run format

You can format using ESLint and Prettier individually as well

npm run format:eslint
npm run format:prettier

Testing with Karma

To run the suite of karma tests, run

npm run test

or to run them in compatibility mode for legacy browsers

npm run test:compatibility

To run the tests in watch mode (for TDD, for example), run

npm run test:watch

or

npm run test:compatibility

Testing with Karma via BrowserStack

To run the suite of karma tests in BrowserStack, run

npm run test:bs

Managing Test Snapshots

You can manage the test snapshots using

npm run test:update-snapshots

or

npm run test:prune-snapshots

Demoing with

To run a local instance of Storybook for your component, run

npm run storybook

To build a production version of Storybook, run

npm run storybook:build

Local Demo with es-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

npm start:compatibility

To run a local development server in compatibility mode for older browsers that serves the basic demo located in demo/index.html

Readme

Keywords

none

Package Sidebar

Install

npm i whatsapp-button

Weekly Downloads

210

Version

1.0.14

License

MIT

Unpacked Size

42.5 kB

Total Files

22

Last publish

Collaborators

  • smashah