bpm.labelValue
Paire label / valeur pour vues détail (orientation, taille, copyable).
Emailcontact@example.com
Python
bpm.labelValue(label="Email", value="contact@example.com")| Prop | Type | Défaut | Requis | Description |
|---|---|---|---|---|
label | string | — | Oui | Libellé. |
value | string | number | ReactNode | — | Oui | Valeur affichée. |
orientation | horizontal | vertical | horizontal | Non | Disposition. |
size | sm | md | lg | md | Non | Taille du texte. |
valueStyle | default | bold | accent | muted | default | Non | Style de la valeur. |
copyable | boolean | false | Non | Bouton copier la valeur. |
Exemples
bpm.labelValue(label="Email", value="user@example.com", copyable=True)bpm.labelValue(label="Statut", value="Actif", value_style="accent")