0.0.1-beta.1 • Published 1 year ago

@hudoro/tooltip v0.0.1-beta.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

HUDORO TOOLTIP

hudoro tooltip

Screenshots

App Screenshot

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

NameValuerequired
childrenReactNodetrue
positiontop-start, top, top-end, bottom-start, bottom, bottom-end, right-start, right, right-end, left-start, left, left-endfalse
arrowPostionstart , center , endfalse
labelstringtrue
0.0.1-beta.1

1 year ago

0.0.1-beta.0

1 year ago