UNPKG

@flowbase-co/boosters-tooltip

Version:

Display informative tooltips when hovering or clicking on certain elements. Control their position, theme, animation style and more

42 lines 967 B
{ "name": "@flowbase-co/boosters-tooltip", "description": "Display informative tooltips when hovering or clicking on certain elements. Control their position, theme, animation style and more", "homepage": "https://www.flowbase.co/", "version": "1.1.2", "type": "module", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/flowbase-co/flowbase-boosters.git" }, "main": "dist/tooltip.js", "files": [ "dist" ], "keywords": [ "webflow", "attributes", "flowbase", "no code", "tooltip" ], "author": { "name": "Flowbase", "url": "https://www.flowbase.co/" }, "devDependencies": { "vite": "^4.2.1", "@flowbase-co/tsconfig": "1.0.0" }, "dependencies": { "@flowbase-co/booster": "1.0.0", "tippy.js": "^6.3.7", "vite-plugin-css-injected-by-js": "^3.3.1" }, "scripts": { "dev": "vite", "build": "vite build" } }