{"id":13729064,"url":"https://github.com/gustafguner/angular-tooltip","last_synced_at":"2025-05-08T01:31:33.474Z","repository":{"id":57114628,"uuid":"145007637","full_name":"gustafguner/angular-tooltip","owner":"gustafguner","description":"An easy-to-use Angular (6+) component for displaying tooltips","archived":false,"fork":false,"pushed_at":"2018-08-31T07:19:25.000Z","size":716,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-23T16:34:48.192Z","etag":null,"topics":["angular","angular-component","angular-library","angular6","angular6-component","angular6-library","tooltip"],"latest_commit_sha":null,"homepage":"https://gustafguner.github.io/angular-tooltip/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gustafguner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-16T15:36:49.000Z","updated_at":"2020-10-02T14:32:46.000Z","dependencies_parsed_at":"2022-08-22T07:31:30.060Z","dependency_job_id":null,"html_url":"https://github.com/gustafguner/angular-tooltip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustafguner%2Fangular-tooltip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustafguner%2Fangular-tooltip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustafguner%2Fangular-tooltip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustafguner%2Fangular-tooltip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gustafguner","download_url":"https://codeload.github.com/gustafguner/angular-tooltip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252981545,"owners_count":21835445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-component","angular-library","angular6","angular6-component","angular6-library","tooltip"],"created_at":"2024-08-03T02:00:54.478Z","updated_at":"2025-05-08T01:31:33.175Z","avatar_url":"https://github.com/gustafguner.png","language":"CSS","readme":"# angular-tooltip\n\nAn easy-to-use Angular (6+) component for displaying tooltips.\n\n## Check it out in action\n[Here](https://gustafguner.github.io/angular-tooltip/)\n\n## Installation\n\nInstall it via NPM\n\n```shell\nnpm install --save @gustafguner/angular-tooltip\n```\n\nThen import the `AngularTooltipModule` and add it to `imports` in your `AppModule`.\n\n```javascript\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\n\nimport { AppComponent } from './app.component';\n\nimport { AngularTooltipModule } from '@gustafguner/angular-tooltip';\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    AngularTooltipModule\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\n## Usage\n\n### Basic usage\nIn order to use `angular-tooltip` you only have to wrap the component `\u003cangular-tooltip\u003e` around the element that you want to attach a tooltip to. The following example demonstrates how to add a tooltip to an `\u003ca\u003e` element.\n\n```html\n\u003cangular-tooltip tooltip-text=\"I'm a tooltip\" tooltip-direction=\"right\"\u003e\n  \u003ca href=\"\"\u003eHover me\u003c/a\u003e\n\u003c/angular-tooltip\u003e\n```\n\nThe attribute `tooltip-text` controls the text content of the tooltip. The attribute `tooltip-direction` controls in which direction the tooltip will appear. `tooltip-direction` can be set to either `top`, `right`, `bottom` or `left`.\n","funding_links":[],"categories":["UI Components"],"sub_categories":["Tooltip"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustafguner%2Fangular-tooltip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgustafguner%2Fangular-tooltip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustafguner%2Fangular-tooltip/lists"}