Skip to content

bootstarted/flowtip

Repository files navigation

FlowTip

A flexible, adaptable, and easy to use tooltip positioning library.

build status coverage

Packages

FlowTip is managed as a monorepo that is composed of several npm packages.

Package Version
flowtip-core npm downloads
flowtip-react-dom npm downloads

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.