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 🙏

© 2024 – Pkg Stats / Ryan Hefner

toasti-poop

v0.1.3

Published

[![npm version](https://img.shields.io/npm/v/YOUR_PACKAGE_NAME.svg)](https://www.npmjs.com/package/toasti-poop) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/abhi1705/toasti-poop/blob/main/LICENSE)

Downloads

5

Readme

Toasti Poop

npm version License

React Marketing PoopUp is not just another notification library; it's your ultimate tool to turn visitors into customers 🤑. Say goodbye to missed opportunities and hello to skyrocketing conversions with impactful and attention-grabbing PoopUp notifications!

Demo

demo

What is a Toasti Poop?

PoopUp notifications are more than just messages; they're wake-up calls for your website visitors. By confronting them with the harsh realities of their pain points, PoopUps drive engagement and conversions like never before. With React PoopUp, you have the power to create PoopUps that deliver results!

Key Features

  1. Impactful Messaging: Write compelling messages that resonate with your audience and trigger an emotional response. Express the sting of unresolved pain points and compel visitors to take action.

  2. Easy Integration: With a 1-minute no-code setup, adding PoopUps to your website is a breeze. Simply install React PoopUp, create your PoopUp messages, and watch as conversions soar.

  3. Flexible Customization: Tailor PoopUps to match your brand's aesthetics and messaging style. Choose from a variety of icons and styles to create PoopUps that stand out and grab attention.

How It Works

  1. Create a PoopUp: Use React PoopUp's intuitive interface to create PoopUp messages in just 2 minutes. Identify the #1 problem your visitors face and craft a message that resonates.

  2. Add to Your Site: Integrating PoopUps into your website is as easy as copy and paste. Simply add the provided code snippet to your site, and you're ready to go.

  3. Get More Customers: Watch as PoopUps work their magic, reminding visitors of their pain points and driving them to take action. Increase engagement, conversions, and revenue with React PoopUp.

Use Cases

  1. Product Launches: Generate excitement and anticipation for new product releases by showcasing their benefits and features.

  2. Limited Time Offers: Create a sense of urgency with time-sensitive promotions and exclusive deals.

  3. Feedback Collection: Gather valuable feedback from visitors by prompting them to share their thoughts and opinions.

Prerequisite

Before using this module, please make sure you have your merchant_id and working_key for test and production environment from CCAVenue payment gateway.

Installation

You can install the package via npm:

npm install toasti-poop

or

yarn add toasti-poop

How to use

import React from 'react';
import { ToastWrapper, toast } from 'toasti-poop';

const App = () => {
  const handleButtonClick = () => {
    toast.trigger({
      imagePath: "/twitter.png",
      title: 'Limited Time Offer!',
      description: 'Get 20% off on all purchases today only. Don\'t miss out!',
      time: '2h',
    });
  };

  return (
    <div className="App">
      <h1>Welcome to My Website</h1>
      <button onClick={handleButtonClick}>Show PoopUp</button>
      <ToastWrapper position="top-right" />
    </div>
  );
};

export default App;

Contributing

We welcome contributions from the community! Feel free to open issues or submit pull requests to help improve React PoopUp and make it even more effective.