Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintained extended library based on ng2-tooltip-directive #184

Open
mkeller1992 opened this issue May 26, 2024 · 0 comments
Open

Maintained extended library based on ng2-tooltip-directive #184

mkeller1992 opened this issue May 26, 2024 · 0 comments

Comments

@mkeller1992
Copy link

For Angular 17+.

I refactored and slightly extended this library. Notable features of my version are:

  • standalone capable: meaning its components can be used independently without the need to import the entire module
  • customize textColor, backgroundColor and borderColor
  • instead of separately specifying "contentType", just type:
    => tooltipStr="Tooltip text"
    => [tooltipHtml]="safeTooltipHtml"
    => [tooltipTemplate]="myTemplate"
  • most other properties of the original ng2-tooltip-directive can still be used

https://www.npmjs.com/package/ngx-tooltip-directives

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant