react-paper-heart
v1.0.1
Published
A paper-themed heart-shaped toggle, made with SVG for React
Downloads
1
Readme
react-paper-heart
A paper-themed heart-shaped toggle for React, inspired by origami and ❤️
Install
npm i --save react-paper-heart
Usage
import React from "react";
import { PaperHeart } from "react-paper-heart";
function Example() {
return <PaperHeart onChange={e => alert(e.target.checked)} />;
};
export default Example;
Check out https://andy-byers.github.io/react-paper-heart/ for some examples.
Todo
- Add a transparent background behind the heart as currently clicking between the halves fails to fire the onClick event
License
MIT © andy-byers