<baht-text>
Static text block (type: "label"): no value, no emits.
Variants
Events (name)
<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>| Name | Type | Default | Description |
|---|---|---|---|
fieldJS | FieldDescriptor | — | Field spec: { order, type: 'label', key, text?, label?, variant? }. variant: body (default) | heading | muted | info | success | danger |