1.0.6 • Published 6 years ago

react-toggletip v1.0.6

Weekly downloads
22
License
MIT
Repository
github
Last release
6 years ago

react-toggletip

npm version Build Status

Simple toggletip and tooltip for your react apps

toggletip

Why?

I wanted a simple light-weight tooltip library for react that just does one good thing and does it well - displaying tooltips on hover

For context as to why it's called a "toggletip", read this blog for details

Features

  • works on all mainstream browsers
  • css only tooltip without additional javascript dependencies
  • uses aria attributes for accessibility and to work with screen readers
  • works on icons and other elements
  • supports multiline tooltips

Installation

$ npm install --save react-toggletip

or if you are using yarn

$ yarn add react-toggletip

Demo

https://rcdexta.github.io/react-toggletip

Documentation

ToggleTip component will render a info icon by default. The default icon can be overridden with props given below. If you want to display tooltips over custom content, wrap ToggleTip around the content.

NameTypeDescription
contentString or array of stringsThe tooltip content. Pass array of strings if you want multiline tooltips
placementstringone of bottom-right, bottom, bottom-left,right,left,top-right,top,top-left
animatedbooleanDisable tooltip animations. Default: true
iconnodeReplace info icon with custom icon
childrennodeDisplay tooltip on top of custom content instead of icons

License

MIT

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago