Skip to content
bahtuiv0.6.0

<baht-text>

Static text block (type: "label"): no value, no emits.

Variants

<baht-text></baht-text>

<script>
  const el = document.querySelector('baht-text');
  el.field = {
    "order": 1,
    "type": "label",
    "key": "note",
    "variant": "body",
    "text": "Refunds take 3-5 business days once approved."
  };
</script>
NameTypeDefaultDescription
fieldJSFieldDescriptorField spec: { order, type: 'label', key, text?, label?, variant? }. variant: body (default) | heading | muted | info | success | danger