-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[+] Tooltips #11
Comments
Hey @ardentia , |
Hello @santoshyadav198613, |
Thanks, will start working on it. |
Hey @ardentia , I am planning to use angular cdk to use overlay service is that ok. |
Hello, @santoshyadav198613, When we initially started this project, our goal was to have as few dependencies as possible. If you have to handle a lot of special cases, or the behavior itself is complicated, then feel free to use Angular CDK. |
As a developer I want to have tooltip component / directive.
Acceptance criteria:
The tooltip directive / component should be created as part of the ng-sq-ui/common module.
Tooltip should detect the edges of the screen and prevent displaying out of the window.
Reward for completing this feature: 0.5 DEV
The text was updated successfully, but these errors were encountered: