1.0.7 • Published 6 years ago

sws-tooltip v1.0.7

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

tooltip

sws-tooltip module to work in Angular 5

To install simply run

npm install npm install sws-tooltip. To use it in your Angular 5 app import the module. import {SWSTooltipModule} from 'tooltip.module';

imports:[
SWSTooltipModule
],
})  

In your components html input in html tag sws-tooltip="test". Default position in right. Also may be put position in left - sws-tooltip-pos="left" ###Important! Input to our css file style for tooltip

@import "../node_modules/sws-tooltip/tooltip.css";
1.0.7

6 years ago

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.1

6 years ago

1.0.0

6 years ago