jsx
import Tooltip from '@semcore/ui/tooltip';
<Tooltip />;
import Tooltip from '@semcore/ui/tooltip';
<Tooltip />;
TooltipProps
& & {...}Name | Type | Description |
---|---|---|
title | React.ReactNode | Tooltip text |
theme | "default" | "warning" | "invert" | Tooltip theme. You can use the default themes or create your own |