{
  "manifest": {
    "name": "material-ripple-effects",
    "version": "2.0.1",
    "description": "Material Design Ripple Effects",
    "main": "index.js",
    "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/sajadevo/material-ripple.git"
    },
    "keywords": [
      "material design",
      "ripple effect",
      "material-ripple",
      "ripple"
    ],
    "author": {
      "name": "Sajad Ahmad Nawabi"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/sajadevo/material-ripple-effects/issues"
    },
    "homepage": "https://github.com/sajadevo/material-ripple-effects#readme",
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-material-ripple-effects-2.0.1-47803d2ab1561698d930e2524a7a9a19fb2829b7-integrity/node_modules/material-ripple-effects/package.json",
    "readmeFilename": "README.md",
    "readme": "# material-ripple-effects\n\n### Material Design Ripple Effects.\n\nmaterial-ripple-effects makes you able to have Material Design Ripple Effect on any element you want.\n\n#### material-ripple-effects comes with two colors:\n\n1. Light\n2. Dark\n\n## Installation\n\n### Using NPM or Yarn\n\n1. Install the material-ripple-effects from npm or yarn.\n\n```\nnpm i material-ripple-effects\n\nyarn add material-ripple-effects\n```\n\n2. Import the material-ripple-effects in to your project.\n\n```\nimport Ripple from 'material-ripple-effects';\n```\n\n3. material-ripple-effects works using react events on the element. You need to initialize the Ripple() object first and then use its create() method on the element event.\n\n```\nimport React from \"react\";\nimport Ripple from 'material-ripple-effects';\n\nexport default function Button() {\n  const ripple = new Ripple();\n\n  return (\n    <>\n      <button onMouseUp={(e) => ripple.create(e, 'light')>Material Ripple</button>\n      <button onMouseUp={(e) => ripple.create(e, 'dark')>Material Ripple</button>\n    </>\n  );\n}\n```\n\n### Using CDN\n\n1. Add the CDN script of material-ripple-effects in to your HTML file.\n\n```\n<script crossorigin src=\"https://unpkg.com/material-ripple-effects/ripple.js\"></script>\n```\n\n2. material-ripple-effects cdn works using the data attribute on the element, set the `data-ripple-light` or `data-ripple-dark` on the element you want to have material design ripple effect.\n\n```\n<button data-ripple-light=\"true\">Material Ripple</button>\n<button data-ripple-dark=\"true\">Material Ripple</button>\n```\n",
    "licenseText": "MIT License\n\nCopyright (c) 2021 Sajad Ahmad Nawabi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/material-ripple-effects/-/material-ripple-effects-2.0.1.tgz#47803d2ab1561698d930e2524a7a9a19fb2829b7",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/material-ripple-effects/-/material-ripple-effects-2.0.1.tgz",
    "hash": "47803d2ab1561698d930e2524a7a9a19fb2829b7",
    "integrity": "sha512-hHlUkZAuXbP94lu02VgrPidbZ3hBtgXBtjlwR8APNqOIgDZMV8MCIcsclL8FmGJQHvnORyvoQgC965vPsiyXLQ==",
    "registry": "npm",
    "packageName": "material-ripple-effects",
    "cacheIntegrity": "sha512-hHlUkZAuXbP94lu02VgrPidbZ3hBtgXBtjlwR8APNqOIgDZMV8MCIcsclL8FmGJQHvnORyvoQgC965vPsiyXLQ== sha1-R4A9KrFWFpjZMOJSSnqaGfsoKbc="
  },
  "registry": "npm",
  "hash": "47803d2ab1561698d930e2524a7a9a19fb2829b7"
}