Default high level radio to horizontal (#2637)
This commit is contained in:
parent
f46be1d9b8
commit
0beec0b2a6
@ -87,7 +87,7 @@ class HighLevelRadioGroup(RadixThemesComponent):
|
|||||||
items: Var[List[str]]
|
items: Var[List[str]]
|
||||||
|
|
||||||
# The direction of the radio group.
|
# The direction of the radio group.
|
||||||
direction: Var[LiteralFlexDirection] = Var.create_safe("column")
|
direction: Var[LiteralFlexDirection]
|
||||||
|
|
||||||
# The gap between the items of the radio group.
|
# The gap between the items of the radio group.
|
||||||
spacing: Var[LiteralSpacing] = Var.create_safe("2")
|
spacing: Var[LiteralSpacing] = Var.create_safe("2")
|
||||||
|
Loading…
Reference in New Issue
Block a user