## CSS UI - Tooltip Simple tooltip. ## Installation ``` npm install --save css-ui-tooltip ``` ## Demo - https://css-ui.github.io/tooltip/ ## Quick start CSS dependencies. ```html ``` CSS tooltip. ```html ``` CSS tooltip theme. ```html ``` Use Open Sans fotns. ```css font-family: 'Open Sans', sans-serif; ``` Tooltip html. Class: ```primary```, ```common```, ```success```, ```warning``` and ```danger``` ```html Top Top Bottom Bottom Left Left Right Right ``` Enjoy tooltip.