Composants → bpm.tooltip

bpm.tooltip

Info-bulle au survol.

StableFeedback⏱ 2 min
Python
bpm.tooltip(content="Aide au survol", placement="top")
PropTypeDefautRequisDescription
contentstringOuiTexte du tooltip.
childrenReactNodeOuiElement declencheur.
placementtop|bottom|left|righttopNonPosition.

Exemples

bpm.tooltip(content="Aide", placement="top", trigger=bpm.button("?"))