SQ-UI / ng-sq-ui

Flexible and easily customizable UI-kit for Angular 11+
MIT License
99 stars 11 forks source link

[+] Tooltips #11

Open samuil4 opened 6 years ago

samuil4 commented 6 years ago

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

santoshyadavdev commented 5 years ago

Hey @ardentia , I am really impressed with the controls you guys have created so far, i still remember this project was in initial phase and you guys posted this in one of FB groups where i am moderator. And i gave few comments as well, just wanted to check if i can contribute to this project as well. In that case i can take this feature.

ardentia commented 5 years ago

Hello @santoshyadav198613, Thank you for your comment! All contributions are welcome, so feel free to work on this feature!

santoshyadavdev commented 5 years ago

Thanks, will start working on it.

santoshyadavdev commented 5 years ago

Hey @ardentia ,

I am planning to use angular cdk to use overlay service is that ok.

ardentia commented 5 years ago

Hello, @santoshyadav198613,

When we initially started this project, our goal was to have as few dependencies as possible. So, generally, unless it's a very complex interaction/functionality, we would rather not include additional tools.

If you have to handle a lot of special cases, or the behavior itself is complicated, then feel free to use Angular CDK.