@hudoro/tooltip
v0.0.1-beta.1
Published
tooltip component for Hudoro UI
Downloads
1,124
Readme
HUDORO TOOLTIP
hudoro tooltip
Screenshots
Usage
import {Tooltip} from "@hudoro/tooltip";
const App = () => (
<Tooltip
position="top-start"
arrowPostion="start"
label="Dani Ganteng Bingits"
>
<p>Dani Ganteng Bingits</p>
</Tooltip>
);
Props
| Name | Value | required | | :----------- | :------------------------------------------------------------------------------------------------------------------- | :------- | | children | ReactNode | true | | position | top-start, top, top-end, bottom-start, bottom, bottom-end, right-start, right, right-end, left-start, left, left-end | false | | arrowPostion | start , center , end | false | | label | string | true |