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

poppop2

v1.0.12

Published

React component that makes children elements pop with animation effects

Readme

poppop2 소개

클릭 시 요소가 복제되어 튀어나오는 애니메이션을 부여하는 React 컴포넌트 라이브러리입니다.

https://github.com/user-attachments/assets/41195858-7512-4724-bc7c-daba046178b2 dd

설치 방법

npm install poppop2

사용 방법

import { PopChildren } from "poppop2"
<PopChildren >
  // Pop하고 싶은 요소 무엇이든 넣으세요!
  <button>버튼</button>
</PopChildren>

props

| 속성 | 타입 | 기본값 | 설명 | 비고 | |------|------|------|------|------| | isStackable | boolean | false | 요소들이 사라지지 않고 쌓일 수 있는지 여부를 결정합니다 | | maxStackedItems | number | 50 | isStackable이 true일 때, 최대로 쌓일 수 있는 요소의 개수를 지정합니다 | | spawnInterval | number | 150 | 요소가 생성되는 간격을 밀리초 단위로 지정합니다 | | animationType | AnimationType | "explosive" | 애니메이션 타입을 지정합니다 | 종류: "explosive", "spread"| | groundY | number | 페이지 높이 - 100 | 요소가 착지하는 Y축 위치를 지정합니다 | "explosive" type에서만 동작| | range | number | 100 | 요소의 퍼짐 정도를 지정합니다 |

미지원 범위

  • React만 지원합니다. 다른 프레임워크 및 메타프레임워크(Next.js)도 지원하지 않습니다.
  • iframe와 video는 지원하지 않습니다. (비정상 작동)

라이선스

MIT license를 따릅니다.