React component that renders a dynamic Zipper SVG. The zipper can be dragged, revealing a short hidden meddage underneath
Credit: Original Zipper SVG animation by Chris Gannon
You will need either yarn or npm to build the React component. Respectively run npm install
or yarn
to install the necessary dependencies.
npm run build
Place the browser/build/index.html
file in a browser and tada! You have a functioning React zipper component.
To adjust the number of zipper teeth, style (i.e. colors), and more, update the input Zipper
props inside the browser/src/index.js
file and re-build the module.