thank-you-tweet-button-010
v3.0.3
Published
Easy-to-use tweet button for saying thank you to @oluwatobiss.
Downloads
831
Maintainers
Readme
Note
This package is a project in the Creating NPM Package book.
Thank You Tweet Button 010
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.
Features
- 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 010 package.
Using npm
npm install thank-you-tweet-button-010Using yarn
yarn add thank-you-tweet-button-010Using pnpm
pnpm add thank-you-tweet-button-010Usage
import { TweetButton } from "thank-you-tweet-button-010";
function App() {
return <TweetButton />;
}Dependencies
Dev Dependencies
- Jest
- Jest Transform CSS
- [React Testing Library] (https://github.com/testing-library/react-testing-library)
- TypeScript
