sws-hint
TypeScript icon, indicating that this package has built-in type declarations

0.1.13 • Public • Published

hint/tooltip

sws-hint directive to work in Angular 5

To install simply run

npm install sws-hint.


To use it in your Angular 5 app import the module.


import {SWSHintModule} from 'sws-hint';

@NgModule({
imports:[SWSHintModule],
})  

In your components html input in html tag sws-hint="test". Default position in right. Also may be put position in left, top, bottom.


Example: - sws-hint-pos="left" ###Important! Input to our css file style for hint

@import "../node_modules/sws-hint/sws-hint.css";

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.130latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.130
0.1.120
0.1.110
0.1.100
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.0.30
0.1.20
0.1.10
0.1.00
0.0.40
0.0.20
0.0.10
0.0.00

Package Sidebar

Install

npm i sws-hint

Weekly Downloads

0

Version

0.1.13

License

MIT

Last publish

Collaborators

  • sws-com