# Tooltips

## Usage
    import { NOVO_TOOLTIP_ELEMENTS } from 'novo-elements';

> A SCSS/SASS include for `node_modules/hint.css/src` will be required!

##### Properties
- `'tooltip' : String`
    * Defines the content of the tooltip
- `'tooltipType' : String`
    * Defines the type of the tooltip
    * Available Values: `['info', 'warning', 'error', 'success']`
- `'tooltipPosition' : String`
    * Defines the position of the tooltip
    * Available Values: `['top', 'bottom', 'right', 'left', 'top-left', 'top-right', 'bottom-left', 'bottom-right']`
- `'tooltipRounded' : Bool`
    * Makes the tooltip rounded
- `'tooltipNoAnimate' : Bool`
    * Makes the tooltip with no animation
- `'tooltipBounce' : Bool`
    * Makes the tooltip appear with a bounce
- `'tooltipAlways' : Bool`
    * Makes the tooltip appear always to the user
