1.0.6 • Published 3 years ago

ellipsis-tooltip v1.0.6

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

EllipsisTooltip

This lirary will give a dynamic tooltip using ngx bootstrap and bootstrap style , for overfloating texts. the tooltip will show and hide dynamicly during window resize .

usage

npm i ellipsis-tooltip

then importing the module inside your app module

EllipsisTooltipModule import { EllipsisTooltipModule } from 'ellipsis-tooltip';

than adding bootstrap styles to angular.json file

"node_modules/bootstrap/dist/css/bootstrap.css"

finaly wrapping your desired text inside the tooltip component <lib-tootltip></lib-tootltip>

Current issues

the component will give a tslint error inside the editor , this will be updated soon

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago