UNPKG

thank-you-tweet-button-004

Version:

Easy-to-use tweet button for saying thank you to @oluwatobiss.

62 lines (38 loc) 1.3 kB
> **Note** > > This package is a project in the [Creating NPM Package book](https://amzn.to/4lifL3n). # Thank You Tweet Button 004 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 004 package. ### Using npm ``` npm install thank-you-tweet-button-004 ``` ### Using yarn ``` yarn add thank-you-tweet-button-004 ``` ### Using pnpm ``` pnpm add thank-you-tweet-button-004 ``` ## Usage Import the library and its stylesheet, and use it as shown below: ```ts import { tweetButton } from "thank-you-tweet-button-004"; import "thank-you-tweet-button-004/style.css"; document.YourDOMNode.appendChild(tweetButton()); ``` ### Why import the stylesheet? The components rely on predefined CSS classes for styling. Importing the stylesheet once ensures consistent application of these styles across all components. ## Dev Dependencies - [commitlint](https://commitlint.js.org) - [Husky](https://github.com/typicode/husky) - [Jest](https://github.com/jestjs/jest) - [TypeScript](https://github.com/Microsoft/TypeScript)