Note
This package is a project in the Creating NPM Package book.
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.
- A button that posts a thank you message
This section shows how to install the Thank You Tweet Button 002 package.
npm install thank-you-tweet-button-002
yarn add thank-you-tweet-button-002
pnpm add thank-you-tweet-button-002
import { TweetButton } from "thank-you-tweet-button-002";
function App() {
return <TweetButton />;
}