TooltipInfo
Component TooltipInfo
.
html
<Card>
<TooltipInfo text="This is some useless information" />
</Card>
Props
text
.
html
<Card>
<TooltipInfo text="This is some useless information" />
</Card>
color
(defaultnull
), (green
,blue
,white
,black
,red
,gray
,yellow
,violet
,darkblue
,brown
,silver-grey
,orange
).
html
<Card>
<TooltipInfo text="This is some useless information" color="green" />
</Card>
position
: tooltip position.
html
<Card>
<TooltipInfo text="This is some useless information" position="right" />
</Card>