Tooltip
Tooltip
is a component that displays short information, such as supplementary details for an element.
Theming
The Tooltip
is a single part component.
If you want to change the style of the component, please check here.
export const Tooltip: ComponentStyle<"Tooltip"> = {baseStyle: {bg: ["white", "black"],border: "1px solid",borderColor: ["blackAlpha.200", "whiteAlpha.100"],boxShadow: ["md", "dark-md"],color: "inherit",fontSize: "sm",fontWeight: "medium",maxW: "xs",px: "sm",py: "0.5",rounded: "md",zIndex: "dodoria",},}
Edit this page on GitHub