Tip
note
This component is intended for staff-facing use only.
Use a tip component to allow users to "peek" at a list of items without having to open each one in a new browser tab.
The content in a tooltip should vary depending on what most helps users distinguish between items. Interactive tooltips are possible.
They're a good fit for staff-facing tools where users need to move between a large number of records or cases in a short amount of time.
Tips adapt to the available screen space, appearing above by default.
#
Without interactivity#
ReactOur tip component is only compatible with React. It is based on the Tippy library.
You must attach a ref
to the item that the tip should be attached to, and forward it to Tippy using forwardRef
.