<baht-fieldset>
Semantic group wrapper (native fieldset/legend) for related fields.
Basic
Any content, typically form fields.
Events (name)
<baht-fieldset legend="Shipping address" help="Used on every invoice you send.">
<p>Any content, typically form fields.</p>
</baht-fieldset>Any content, typically form fields.
| Name | Type | Default | Description |
|---|---|---|---|
legend | string | '' | Group title, shown like a field label above the box |
help | string | '' | Muted help line under the box |
disabled | boolean | false | Disable the group |
| Slot | Description |
|---|---|
(default) | Group content |