Composants → bpm.text

bpm.text

Texte simple (niveau corps).

Affichage de données
Texte corps
Python
bpm.text("Texte corps")

Paramètres

ParamètreTypeDéfautRequisDescription
childrenstring | ReactNodeOuiTexte ou contenu à afficher.
monobooleanfalseNonPolice monospace (ex. code inline).

Exemples

bpm.text("Texte corps")
bpm.text("Code inline", mono=True)