1.0.3 • Published 4 years ago

tooltip-sipizork v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Installation

npm install --save tooltip-sipizork

Then...

import ToolTip from 'tooltip-sipizork'
<div className="something that requires a tooltip>Need some ToolTip</div> "
<ToolTip tip="text" position="bottom" />

Options

  • tip - string (required)
  • position - top | right | bottom | left (optional, default top)
  • color - HEX | RGB (optional, default white)
  • bgColor - HEX | RGB (optional, default black)
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago