npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

react-tippin-button

v1.0.1

Published

The Tippin.me web button reimagined as a customizable React component.

Readme

React Tippin.me Web Button

The Tippin.me web button reimagined as a customizable React component. Easily accept Bitcoin payments via the Lightning Network in your React applications.

GitHub package.json version Release Deploy Documentation Site to Pages Conventional Commits GitHub tippin.me

🎬 Demo

See the improved Tippin.me web button in action here.

🛠 Installation

PNPM:

pnpm add react-tippin-button

NPM:

npm install react-tippin-button

Yarn:

yarn install react-tippin-button

👨‍💻 Basic usage

import TippinButton from "react-tippin-button";

// ...

<TippinButton
    userName="TippinUserName"
    className="CSS Classes"
    style={{ backgroundColor: `blue` }}
>
    Enter text, images, etc.
</TippinButton>

See the demo for more examples.

📋 Properties

| Attribute | Description | |---------------------|---------------------------------------------------------------------------------------------------------------------------------| | userName (required) | [string] Your Tippin.me user name | | className | [string] CSS class attribute for the Tippin button only, other UI elements can not be customized | | style | [object] CSS style attribute for the Tippin button only, other UI elements can not be customized | | subPath | [string] The root URL for the Tippin.me service, defaults to "https://tippin.me/" (this should not be changed in normal usage) | | children (required) | [string or JSX.Element] The Tippin button tag can not be empty and must contain text or another component |

🤦🏿‍♂️ Issues

Please report any issues with this software here. If you would like to contribute to this project, feel free to fork it and send a pull request. Note that this project is governed by a code of conduct.

💡 Motivation

The idea for this project came to me as I was attempting to integrate the Tippin.me web button in another React project. This required me to reverse engineer some parts of the web button. The work piled up to the point where it made sense to make the React Tippin Button into a separate library, but it was such a minor feature that it didn't make sense to do so. I didn't have a lot of experience publishing NPM packages, so I decided to go all out on this one to simultaneously create a template for future libraries that include a project documentation site. If you don't find the Tippin Button particularly useful, this project should also serve as a useful template for creating high quality libraries that are publishable on NPM.

📃 License

This project is MIT licensed.

Legal notice

The Tippin.me logo, image assets, Tippin card, and all associated branding are properties owned by Tippin Group. Golden Path Technologies Inc. is in no way affiliated with Tippin Group. Users of this software must agree to the terms of the Tippin.me privacy policy. Do not use this software if you do not agree to these terms.