https://github.com/bootstarted/flowtip
A flexible, adaptable and easy to use tooltip positioning library.
https://github.com/bootstarted/flowtip
bootstart flyout metalab tooltip
Last synced: 7 months ago
JSON representation
A flexible, adaptable and easy to use tooltip positioning library.
- Host: GitHub
- URL: https://github.com/bootstarted/flowtip
- Owner: bootstarted
- License: mit
- Created: 2013-06-18T01:22:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T09:05:45.000Z (almost 6 years ago)
- Last Synced: 2025-05-31T03:51:22.908Z (8 months ago)
- Topics: bootstart, flyout, metalab, tooltip
- Language: TypeScript
- Size: 1.72 MB
- Stars: 15
- Watchers: 8
- Forks: 16
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlowTip
_A flexible, adaptable, and easy to use tooltip positioning library._


## Packages
FlowTip is managed as a monorepo that is composed of several npm packages.
| Package | Version |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`flowtip-core`] | [](https://www.npmjs.com/package/flowtip-core) [](https://www.npmjs.com/package/flowtip-core) |
| [`flowtip-react-dom`] | [](https://www.npmjs.com/package/flowtip-react-dom) [](https://www.npmjs.com/package/flowtip-react-dom) |
#### [`flowtip-core`]
This package contains the layout resolver algorithm.
The resolver algorithm has no binding to React or to the DOM. It is simply a pure function that calculates the current layout state for a set of provided measurements.
#### [`flowtip-react-dom`]
A FlowTip Component for [React DOM] using [`flowtip-core`] internally.
[`flowtip-core`]: /packages/flowtip-core
[`flowtip-react-dom`]: /packages/flowtip-react-dom
[react dom]: https://facebook.github.io/react/docs/react-dom.html