https://github.com/pintu544/tooltip
https://github.com/pintu544/tooltip
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pintu544/tooltip
- Owner: pintu544
- Created: 2022-10-21T09:00:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T09:57:31.000Z (over 2 years ago)
- Last Synced: 2025-02-10T09:33:19.611Z (4 months ago)
- Language: CSS
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Tooltip
TechStacks:Reactjs,css
Important Note
Tooltip requires a child node that accepts an onMouseEnter, onMouseLeave, onFocus, onClick event. This means the child node must be a built-in component like div or span, or a custom component that passes its props to its built-in component child.
Development
- npm install
- npm start