0.1.13 • Published 7 years ago
sws-hint v0.1.13
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";
0.1.13
7 years ago
0.1.12
7 years ago
0.1.11
7 years ago
0.1.10
7 years ago
0.1.9
7 years ago
0.1.8
7 years ago
0.1.7
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.3
7 years ago
0.0.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago
0.0.4
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago
0.0.0
7 years ago