{"maintainers":[{"name":"anonymous","email":"rahul.sagore@gmail.com"}],"keywords":["javascript tooltip","Material design","Tooltip","Material design tooltip","md tooltip","mdl tooltip","material-tooltip","material tooltip"],"dist-tags":{"latest":"1.0.1"},"author":{"name":"Rahul Sagore","email":"rahul.sagore@gmail.com"},"description":"Material design tooltip component using pure Javascript and CSS","readme":"# material-tooltip\nMaterial design tooltip component using CSS and pure Javascript\n\n### Demo Tooltip:\n![Tooltip Demo](https://raw.githubusercontent.com/Rahul-Sagore/material-tooltip/master/demo/material-tooltip-demo-1.gif)\n\n### Insatallation and Usage\n\n**Using NPM:**\n```bash\nnpm install material-tooltip --save\n```\n\n\n**Using Source files:**\nInclude CSS file:\n```html\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/src/material-tooltip.css\">\n```\n\nInclude JS file before the end of body tag:\n```html\n<script type=\"text/javascript\" src=\"/src/material-tooltip.js\"></script>\n```\n**Note:** Add correct source path of the files\n\nThen add the tooltip meta and class on element, on which you want to display tooltip:\n```html\n<i class=\"material-icons md-tooltip\" data-m-tooltip=\"This is a tooltip content!\">pets</i>\n```\n**Note:** Make sure to add `md-tooltip` class, and `data-m-tooltip` with tooltip content.\n\nBy default tooltip will gets displayed on bottom.\n\nTo change the position, add following classes on `.md-tooltip` level: `md-tooltip--top`, `md-tooltip--left`, `md-tooltip--right` for respective position.\n","repository":{"type":"git","url":"git+https://github.com/Rahul-Sagore/material-tooltip.git"},"bugs":{"url":"https://github.com/Rahul-Sagore/material-tooltip/issues"},"license":"MIT","versions":{"1.0.0":{"name":"material-tooltip","version":"1.0.0","description":"Material design tooltip component using pure Javascript and CSS","browser":"./src/material-tooltip.js","keywords":["Material design","Tooltip","Material design tooltip","md tooltip","mdl tooltip","material-tooltip","material tooltip"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"bugs":{"url":"https://github.com/Rahul-Sagore/material-tooltip/issues"},"homepage":"https://github.com/Rahul-Sagore/material-tooltip#material-tooltip","repository":{"type":"git","url":"git+https://github.com/Rahul-Sagore/material-tooltip.git"},"author":{"name":"Rahul Sagore","email":"rahul.sagore@gmail.com"},"license":"MIT","gitHead":"79fb2e29a80b69c385f451045b938360818af380","_id":"material-tooltip@1.0.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"rahul.sagore@gmail.com"},"dist":{"integrity":"sha512-XFkWUaBO9QQB50c+7CnlwPp8Ftjlg1MbCnmh+2sdiB/c54lELF1BsERt3NaC8jOfNkHDHcC8ZzG1FaNtgKarWw==","shasum":"97d1a317748d5f511dc96fe958a02f1dcdcdeb96","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/material-tooltip/-/material-tooltip-1.0.0.tgz","fileCount":8,"unpackedSize":168097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbE/49CRA9TVsSAnZWagAABzIQAJI2VjeP2ivaSalhWSh/\nb+v7XxQpAobcgcbbanQxW22MUXZIYeem52fxntcLj2Ul0u6c507Dv5L1tJkX\n3LgjCGanosbuQ7oUYVWtSHV1kmHuXGoza9h/2O0//CY1guQZCahwFcwwc30Q\nDEmh47PvbOBGJefP2EOFUO2QS8RYH4w/mZSEmSSJCJG75ZJIsWyvQQ9z0+Qp\nqIXcFZyjLmeWh7ZGqqy1h2TgLy6pJivG6xG7L3+yhLNIqV+vsoJhzhbtvjSt\nC06A444hTflzkdGc7w+W7VQilcLW2MvWTselKWAKpm/LMh1qx7o2Tp31frRh\n9m9IJZBJ8fAEEXHLK7q1ucOqmfOXX39BP+uNBSa+K/K8Cum1ntkyrdwCHnj+\nHlLSJ1RRRNcxoNjYChj3OugEYnMeV2u4JM9FkB5qH8kfNJesij6K6vH65V/J\nikAobXWAu/2K9UX3MwgMT3PUBOVRPpi5X69rsQRkZ1oInqjRd5FY4M6S6GnY\nXgDA+BRiCuCmxLy3LH2/sBIqvvuYRTPQ9sO0SOhSy8xNDM1gCeoNxUfDQiJg\nt6qOU/+FJ4RieZaGqST/QvkToofxweHuAVv44b1soiteSSwUYuRTeMgUkiFz\nXiP0LElSiWaGaPd5aB8JaFsGWiDHPHVBq9YjEB0Qxirpx7XSn3+fORtD2HQk\nTN4b\r\n=33GB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHJ67cEK+VPEzVZFqWIpas3EUAl5B2rvBwS7rGM9RuoBAiBPLzw7RVFPQPj8nexRSkh8uaX9t7hX+zIW4GzInEznNA=="}]},"maintainers":[{"name":"anonymous","email":"rahul.sagore@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/material-tooltip_1.0.0_1528036924394_0.33816978477608517"},"_hasShrinkwrap":false},"1.0.1":{"name":"material-tooltip","version":"1.0.1","description":"Material design tooltip component using pure Javascript and CSS","browser":"./src/material-tooltip.js","keywords":["javascript tooltip","Material design","Tooltip","Material design tooltip","md tooltip","mdl tooltip","material-tooltip","material tooltip"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"bugs":{"url":"https://github.com/Rahul-Sagore/material-tooltip/issues"},"homepage":"https://github.com/Rahul-Sagore/material-tooltip#material-tooltip","repository":{"type":"git","url":"git+https://github.com/Rahul-Sagore/material-tooltip.git"},"author":{"name":"Rahul Sagore","email":"rahul.sagore@gmail.com"},"license":"MIT","gitHead":"846a44a02dab501dbeef0fe6aafde044850c8e99","_id":"material-tooltip@1.0.1","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"rahul.sagore@gmail.com"},"dist":{"integrity":"sha512-BFFkBXpvga3mJtc0T2/zvdRwtMUSlXYCSHEgjVZAV10Y8yDpjwC08XnG0fy/Rd06rgacncbVQjpo2yiZ1p//LQ==","shasum":"1cafa8a9b8e46f0cec4b87b8d375752b38cbd710","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/material-tooltip/-/material-tooltip-1.0.1.tgz","fileCount":10,"unpackedSize":505940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHCOiCRA9TVsSAnZWagAAuI0P/2Z0ZO+tkSfQV52S+NDq\n6QgnKW1qT2XZMB1Jn1Qh6pfMWRsi3YMoXjbgqM818uAgrhaUHBm1ota+x9gr\nxSLiKxBWPfA9U6CXbMHkYPRMNDOXCGG/HPCv/uXh8yMxlQ8zHNuhZlpzvnWU\n+S1a1iQNOYLTme+zaegO/DenLv1SJt6ValnXYXE7bUK1l6+MuaxAWuL5g9Wv\nw1OwmTD7rbgt4+mA530f00QdronakVf0okJ19qlgEhxrDOduw6LDOAxZkJsn\nMRcIW7RbVY6jHjY2RlqKqMToxvuwPFxbWQovymjYupCTEG63Qb0TTC/cxvRq\nXaIEneUxwmbROI1N3kT9Kf7PItNiBguVtoSVCzvdaEKDrR87zrmjCgRjENnC\n2AAEFxVpnP3yV9l2ehm5Ux+Cc72c9KcUvJIv07pORaxNizG8W4qSEO5Vqep2\n+qYU8c5892ovInxBuXJUGugzWstkvKq3OWf4ni5tZsO0zj9LF61uCrvJ7sAz\nTSXO1yL1+SlsI0SYfn9WzYK9JVnVdo7dAXmnj3H+qLMcfyU9dR5DJFOPC4w1\ngKfBfQd5bFcuZxP+cFu9t3l51QBX6ut72am7IzHCpdrE/j5FJYuvZ/8d0SFC\nCmT5hghPtW7tRvCzJJKrM8/2H+VZmohWg2+NkQ/H2f1WkN3V+leB5X/sBryD\nGYFa\r\n=XREY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDpDmYdnunOaw40H86VZXLv5sJm0jUsx4r4blOhJ1nG6AiAr5NH8+ys0+W3gvZKbxFv5fAbGltGHEPLBZqvx0Le28g=="}]},"maintainers":[{"name":"anonymous","email":"rahul.sagore@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/material-tooltip_1.0.1_1528570784543_0.09503181622153534"},"_hasShrinkwrap":false}},"name":"material-tooltip","time":{"created":"2018-06-03T14:42:04.393Z","1.0.0":"2018-06-03T14:42:04.574Z","modified":"2022-05-08T22:15:26.936Z","1.0.1":"2018-06-09T18:59:44.705Z"},"readmeFilename":"README.md","homepage":"https://github.com/Rahul-Sagore/material-tooltip#material-tooltip"}