thank-you-tweet-button-00
v2.0.5
Published
Easy-to-use tweet button for saying thank you to @oluwatobiss
Maintainers
Readme
Note
This package is a project in the [Creating NPM Package book]
Thank you Tweet Button 00
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 mes .
Features
-A button that posts a thank you message
Live Demo
https://hamidrajabi.com/tweetbutton
Installation
This section shows how to install the Thank You Tweet Button 00 package.
Using npm
Using yarn
yarn add thank-you-tweet-button-00Using pnpm
pnpm add thank-you-tweet-button-00Usage
import {TweetButton} from "thank-you-tweet-button-00"
function App() {
return <TweetButton />;
}