|
@@ -86,6 +86,7 @@ class A(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -169,6 +170,7 @@ class A(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -234,6 +236,7 @@ class Abbr(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -308,6 +311,7 @@ class Abbr(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -373,6 +377,7 @@ class B(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -447,6 +452,7 @@ class B(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -512,6 +518,7 @@ class Bdi(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -586,6 +593,7 @@ class Bdi(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -651,6 +659,7 @@ class Bdo(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -725,6 +734,7 @@ class Bdo(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -790,6 +800,7 @@ class Br(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -864,6 +875,7 @@ class Br(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -929,6 +941,7 @@ class Cite(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -1003,6 +1016,7 @@ class Cite(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -1068,6 +1082,7 @@ class Code(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -1142,6 +1157,7 @@ class Code(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -1210,6 +1226,7 @@ class Data(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -1285,6 +1302,7 @@ class Data(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -1350,6 +1368,7 @@ class Dfn(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -1424,6 +1443,7 @@ class Dfn(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -1489,6 +1509,7 @@ class Em(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -1563,6 +1584,7 @@ class Em(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -1628,6 +1650,7 @@ class I(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -1702,6 +1725,7 @@ class I(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -1767,6 +1791,7 @@ class Kbd(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -1841,6 +1866,7 @@ class Kbd(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -1906,6 +1932,7 @@ class Mark(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -1980,6 +2007,7 @@ class Mark(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -2046,6 +2074,7 @@ class Q(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -2121,6 +2150,7 @@ class Q(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -2186,6 +2216,7 @@ class Rp(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -2260,6 +2291,7 @@ class Rp(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -2325,6 +2357,7 @@ class Rt(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -2399,6 +2432,7 @@ class Rt(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -2464,6 +2498,7 @@ class Ruby(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -2538,6 +2573,7 @@ class Ruby(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -2603,6 +2639,7 @@ class S(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -2677,6 +2714,7 @@ class S(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -2742,6 +2780,7 @@ class Samp(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -2816,6 +2855,7 @@ class Samp(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -2881,6 +2921,7 @@ class Small(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -2955,6 +2996,7 @@ class Small(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -3020,6 +3062,7 @@ class Span(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -3094,6 +3137,7 @@ class Span(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -3159,6 +3203,7 @@ class Strong(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -3233,6 +3278,7 @@ class Strong(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -3298,6 +3344,7 @@ class Sub(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -3372,6 +3419,7 @@ class Sub(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -3437,6 +3485,7 @@ class Sup(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -3511,6 +3560,7 @@ class Sup(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -3579,6 +3629,7 @@ class Time(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -3654,6 +3705,7 @@ class Time(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -3719,6 +3771,7 @@ class U(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -3793,6 +3846,7 @@ class U(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|
|
@@ -3858,6 +3912,7 @@ class Wbr(BaseHTML):
|
|
|
id: Optional[Any] = None,
|
|
|
class_name: Optional[Any] = None,
|
|
|
autofocus: Optional[bool] = None,
|
|
|
+ _rename_props: Optional[Dict[str, str]] = None,
|
|
|
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
|
on_blur: Optional[
|
|
|
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
@@ -3932,6 +3987,7 @@ class Wbr(BaseHTML):
|
|
|
id: The id for the component.
|
|
|
class_name: The class name for the component.
|
|
|
autofocus: Whether the component should take the focus once the page is loaded
|
|
|
+ _rename_props: props to change the name of
|
|
|
custom_attrs: custom attribute
|
|
|
**props: The props of the component.
|
|
|
|