@lendi-ui/tooltip
v3.5.12
Published
A tooltip component.
Downloads
1,423
Maintainers
Keywords
Readme
@lendi-ui/tooltip
A tooltip component.
Installation
yarn add @lendi-ui/tooltip
Usage
import tooltip from '@lendi-ui/tooltip';
<Tooltip />;
## Properties
<PropTable>
<PropTable.Entry name="content" type="string" description="Content of the Tooltip."/>
<PropTable.Entry name="className" type="string" description="External classname to override style of the component"/>
<PropTable.Entry name="position" type="'left' | 'right' | 'top' | 'bottom'" defaultValue="top" description="Position of the Tooltip."/>
</PropTable>