Default high level radio to horizontal (#2637)

This commit is contained in:
Nikhil Rao 2024-02-16 11:34:52 +07:00 committed by GitHub
parent f46be1d9b8
commit 0beec0b2a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,7 @@ class HighLevelRadioGroup(RadixThemesComponent):
items: Var[List[str]]
# 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.
spacing: Var[LiteralSpacing] = Var.create_safe("2")