New UI Components
This commit is contained in:
@@ -0,0 +1 @@
|
||||
component RadioGroup { props { label = "Choose one" name = "choice" } view { <fieldset class="space-y-3"><legend class="text-sm font-semibold text-slate-900 dark:text-white">{label}</legend><div class="space-y-2"><slot /></div></fieldset> } }
|
||||
Reference in New Issue
Block a user