UNPKG

react-saas-tooltips

Version:

A comprehensive React tooltip library for SaaS applications with intelligent, animated UI guidance

41 lines 890 B
{ "name": "react-saas-tooltips", "version": "1.0.12", "description": "A comprehensive React tooltip library for SaaS applications with intelligent, animated UI guidance", "main": "index.js", "module": "index.esm.js", "types": "index.d.ts", "files": [ "index.js", "index.esm.js", "index.d.ts", "README.md", "styles.css" ], "scripts": { "build-package": "rollup -c rollup.config.package.js" }, "repository": { "type": "git", "url": "git+https://github.com/chatdaddy/tooltip-library.git" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "framer-motion": ">=4.0.0" }, "dependencies": { "lucide-react": "^0.294.0" }, "keywords": [ "react", "tooltip", "saas", "ui", "components", "animation", "user-guidance" ], "author": "ChatDaddy Team", "license": "MIT" }