Fieldset
Related fields under one legend.
Anatomy
<script setup>
import { Fieldset } from '@shardsui/vue/fieldset'
</script>
<template>
<Fieldset.Root>
<Fieldset.Legend />
</Fieldset.Root>
</template>API reference
Root
Groups a shared legend with related controls.
Renders a <fieldset> element.
Legend
An accessible label, automatically associated with the fieldset.
Renders a <div> element.