Add size
to Input (#143)
This commit is contained in:
parent
3d275cf4c2
commit
9c3b81ff82
@ -45,6 +45,9 @@ class Input(ChakraComponent):
|
|||||||
# "outline" | "filled" | "flushed" | "unstyled"
|
# "outline" | "filled" | "flushed" | "unstyled"
|
||||||
variant: Var[str]
|
variant: Var[str]
|
||||||
|
|
||||||
|
# "lg" | "md" | "sm" | "xs"
|
||||||
|
size: Var[str]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_controlled_triggers(cls) -> Set[str]:
|
def get_controlled_triggers(cls) -> Set[str]:
|
||||||
"""Get the event triggers that pass the component's value to the handler.
|
"""Get the event triggers that pass the component's value to the handler.
|
||||||
|
Loading…
Reference in New Issue
Block a user