0.0.1-beta.1 • Published 1 year ago
@hudoro/tooltip v0.0.1-beta.1
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 |
0.0.1-beta.1
1 year ago
0.0.1-beta.0
1 year ago