Optionalbackground?: stringBackground color. If unspecified, the tile is transparent.
Optionalchildren?: ReactNodeOptionalclassName?: stringOptionaldisabled?: booleanWhether the tile is disabled or not.
Optionalforeground?: stringForeground color. If unspecified, defaults to the theme's color.
OptionaliconSize?: numberIcon size percent inside 47x47 logical pixels. Clamps to minimum 60%.
The unique ID of the tile (unique across groups).
Optionalref?: Ref<HTMLButtonElement | null>Tile size variant.
Optionalstyle?: CSSPropertiesOptionalx?: numberTile X-coordinate in 1x1 tile units.
If -1 or unspecified, y is also taken as -1
and the tile is added to the end of the group.
Optionaly?: numberTile Y-coordinate in 1x1 tile units.
If -1 or unspecified, x is also taken as -1
and the tile is added to the end of the group.
Live tile inside a
TileGroupcontainer.