Tooltip💬

Tooltip is like a bubble, with more information in the appropriate actual prompt

Code demonstration

import { UTooltip } from 'ungeui';

Basic usage🕹️

Custom color🌈

Props

Parameterdescriptiontypedefault value
placementwhere the tooltip appearstop | right | bottom |lefttop
colortooltip background colorsame as bgcolor of cssrgba(0,0,0,.8)

Last Updated: