fireworks-click
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

React Fireworks Click

click go boom

Demo

boom

To run

npm i fireworks-click framer-motion

  • place the component anywhere
import Fireworks from "fireworks-click";

function App() {
  return (
    <div className="App">
      <header className="App-header">
        <Fireworks />
        <img src={logo} className="App-logo" alt="logo" />
        <p>
          Edit <code>src/App.tsx</code> and save to reload.
        </p>
        <a
          className="App-link"
          href="https://reactjs.org"
          target="_blank"
          rel="noopener noreferrer"
        >
          Learn React
        </a>
      </header>
    </div>
  );
}

Dependencies Needed

  • framer-motion
  • react
  • react-dom

Readme

Keywords

Package Sidebar

Install

npm i fireworks-click

Weekly Downloads

12

Version

1.0.7

License

ISC

Unpacked Size

12.7 kB

Total Files

5

Last publish

Collaborators

  • aloybrancheung