pyi that guy
This commit is contained in:
parent
85a207a496
commit
fa9714c42b
@ -20,7 +20,7 @@ class Card(elements.Div, RadixThemesComponent):
|
||||
# Card size: "1" - "5"
|
||||
size: Var[Responsive[Literal["1", "2", "3", "4", "5"],]]
|
||||
|
||||
# Variant of Card: "surface", "classic", "ghost"
|
||||
# Variant of Card: "surface" | "classic" | "ghost"
|
||||
variant: Var[Literal["surface", "classic", "ghost"]]
|
||||
|
||||
|
||||
|
@ -94,7 +94,7 @@ class Card(elements.Div, RadixThemesComponent):
|
||||
*children: Child components.
|
||||
as_child: Change the default rendered element for the one passed as a child, merging their props and behavior.
|
||||
size: Card size: "1" - "5"
|
||||
variant: Variant of Card: "solid" | "soft" | "outline" | "ghost"
|
||||
variant: Variant of Card: "surface" | "classic" | "ghost"
|
||||
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
||||
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
||||
content_editable: Indicates whether the element's content is editable.
|
||||
|
Loading…
Reference in New Issue
Block a user