A flexible, adaptable, and easy to use tooltip positioning library.
FlowTip is managed as a monorepo that is composed of several npm packages.
Package | Version |
---|---|
flowtip-core |
|
flowtip-react-dom |
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.
A FlowTip Component for React DOM using flowtip-core
internally.