@erudilabs/tooltip
Version:
A tooltip is a element used in conjunction with the cursor or mouse pointer to display information about an item without needing to click on it.
45 lines • 1.13 kB
JSON
{
"name": "@erudilabs/tooltip",
"description": "A tooltip is a element used in conjunction with the cursor or mouse pointer to display information about an item without needing to click on it.",
"version": "1.0.4",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"keywords": [
"hooks",
"react",
"react",
"component",
"tailwind",
"alma",
"almamater",
"ui",
"tooltip"
],
"license": "MIT",
"files": [
"dist/**"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"class-variance-authority": "^0.6.0",
"@floating-ui/react": "^0.23.1",
"@erudilabs/merge-class-utils": "2.0.0"
},
"devDependencies": {
"@floating-ui/react": "^0.23.1"
},
"scripts": {
"build": "tsup src/index.{ts,tsx} --format cjs,esm --dts --external react react-dom --sourcemap",
"dev": "tsup src/index.{ts,tsx} --format cjs,esm --watch --dts",
"lint": "eslint \"src/**/*.ts*\"",
"test": "jest"
}
}