We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tooltip
Hello @goetzrobin, we had discussion here #390, what do you think?
I think we already have one import for string or template
pass template as import
<button [hlmTooltipTrigger]="template" hlmBtn variant="outline">Open Html</button> <ng-template #template> <div class="flex items-center"> My html tooltip <hlm-icon class="ml-2" size="sm" name="lucidePlus" /> </div> </ng-template>
pass string as import
<button [hlmTooltipTrigger]="'My string tooltip'"hlmBtn variant="outline"> Open String </button>
And if you like this version, I think this <hlm-tooltip></hlm-tooltip> can be removed at all.
<hlm-tooltip></hlm-tooltip
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which scope/s are relevant/related to the feature request?
tooltip
Information
Hello @goetzrobin, we had discussion here #390, what do you think?
I think we already have one import for string or template
pass template as import
pass string as import
And if you like this version, I think this
<hlm-tooltip></hlm-tooltip
> can be removed at all.Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: