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";

Package Sidebar

Install

npm i sws-hint

Weekly Downloads

0

Version

0.1.13

License

MIT

Last publish

Collaborators

  • sws-com