button-001
v1.0.5
Published
Easy-to-use tweet button for saying thank you to @omprakash8788
Maintainers
Readme
Note
Thank You Tweet Button 001
An easy-to-use tweet button for saying thank you to @omprakash. This button auto-fills your tweet pop-up modal with a nicely worded thank you message.
Features
- A button that posts a thank you message
Live Demo
Installation
This section shows how to install the Thank You Tweet Button 001 package.
Using npm
``` npm install thank-you-tweet-button-001 ```
Using yarn
``` yarn add thank-you-tweet-button-001 ```
Using pnpm
``` pnpm add thank-you-tweet-button-001 ```
Usage
```ts
import { tweetButton } from "thank-you-tweet-button-001"; document.YourDOMNode.appendChild(tweetButton()); ```
