@sieumayman/thank-you-tweet-button-001
v1.0.0
Published
Easy-to-use tweet button for saying thank you to @oluwatobiss.
Downloads
4
Maintainers
Readme
Note
This package is a project in the Creating NPM Package book.
Thank You Tweet Button 001
An easy-to-use tweet button for saying thank you to @oluwatobiss.
This button auto-fills your tweet pop-up modal with a nicely worded thank you message.
Featues
- A button that posts a thank you message
Live Demo
https://codesweetly.com
Installation
This section shows how to install the Thank You Tweet Button 001 package.
Using npm
npm install thank-you-tweet-button-001Using yarn
yarn add thank-you-tweet-button-001Using npm
pnpm add thank-you-tweet-button-001Usage
import { tweetButton } from "thank-you-tweet-button-001";
document.YourDOMNode.appendChild(tweetButton());