feat(RadioGroup): handle horizontal orientation (#74)

This commit is contained in:
Silver343
2024-04-22 13:14:51 +01:00
committed by GitHub
parent e1ab903109
commit 814437255e
6 changed files with 136 additions and 75 deletions

View File

@@ -55,5 +55,6 @@ const optionsWithDescription = [
</template>
</URadioGroup>
</div>
<URadioGroup :options="options" legend="Legend" orientation="horizontal" required />
</div>
</template>