{"id":15835628,"url":"https://github.com/al3xnag/ember-tippy","last_synced_at":"2025-03-15T08:32:03.381Z","repository":{"id":45069176,"uuid":"426376687","full_name":"al3xnag/ember-tippy","owner":"al3xnag","description":"Ember Addon for Tippy.js tooltips and popovers [Not actively maintained]","archived":false,"fork":false,"pushed_at":"2023-02-20T20:38:45.000Z","size":882,"stargazers_count":5,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T12:43:50.734Z","etag":null,"topics":["ember-addon","not-actively-maintained","tippyjs"],"latest_commit_sha":null,"homepage":"https://nag5000.github.io/ember-tippy/","language":"JavaScript","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/al3xnag.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-09T20:28:03.000Z","updated_at":"2023-03-29T23:10:56.000Z","dependencies_parsed_at":"2024-10-26T19:28:16.263Z","dependency_job_id":"31e68dc7-2f9a-46b9-9adc-f2e61f5c82bd","html_url":"https://github.com/al3xnag/ember-tippy","commit_stats":null,"previous_names":["al3xnag/ember-tippy","nag5000/ember-tippy"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3xnag%2Fember-tippy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3xnag%2Fember-tippy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3xnag%2Fember-tippy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3xnag%2Fember-tippy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/al3xnag","download_url":"https://codeload.github.com/al3xnag/ember-tippy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707282,"owners_count":20334613,"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":["ember-addon","not-actively-maintained","tippyjs"],"created_at":"2024-10-05T14:40:36.682Z","updated_at":"2025-03-15T08:32:02.254Z","avatar_url":"https://github.com/al3xnag.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/nag5000/ember-tippy/raw/master/logo.svg\" alt=\"Logo\" height=\"105\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eTippy.js for Ember\u003c/h1\u003e\n\u003c/div\u003e\n\n[![npm version](https://badge.fury.io/js/ember-tippy.svg)](https://badge.fury.io/js/ember-tippy)\n[![CI](https://github.com/nag5000/ember-tippy/actions/workflows/ci.yml/badge.svg?branch=master\u0026event=push)](https://github.com/nag5000/ember-tippy/actions/workflows/ci.yml)\n\nThis is an Ember wrapper for [Tippy.js](https://github.com/atomiks/tippyjs) with easy to use\nmodifier and component.\n\n- Ember-tippy ❤️ Octane. No observers. No computeds. 0% Ember Classic.\n- Powered by modern and up to date [Tippy.js](https://github.com/atomiks/tippyjs) and [Popper.js v2](https://popper.js.org/).\n\n\nCompatibility\n------------------------------------------------------------------------------\n\n* Ember.js v3.25 or above\n* Ember CLI v3.25 or above\n* ember-auto-import v2 or above\n\n\nDependencies\n-----------------------------------------------------------------------------\n\n* tippy.js ^6.0.0. It's a peer dependency. The default addon blueprint will add tippy.js to\n  your package.json during install.\n* ember-auto-import ^2.0.0\n* ember-modifier ^3.0.0\n\n\nInstallation\n------------------------------------------------------------------------------\n\n```\nember install ember-tippy\n```\n\n\nDemo and Usage\n------------------------------------------------------------------------------\n\nThis addon provides a modifier `{{tippy}}` and a component `\u003cTippy\u003e`.\n\nHere are some basic usage examples:\n\n``` hbs\n\u003cbutton {{tippy \"I'm a Tippy tooltip!\"}}\u003eMy Button\u003c/button\u003e\n```\n\n``` hbs\n\u003cbutton\u003e\n  My Button\n  \u003cTippy\u003eI'm a \u003cb\u003eTippy\u003c/b\u003e tooltip!\u003c/Tippy\u003e\n\u003c/button\u003e\n```\n\nYou can see the demos and all the examples here: https://nag5000.github.io/ember-tippy/.\n\n\nSupported Features\n------------------------------------------------------------------------------\n\nember-tippy supports [all tippy.js options](https://atomiks.github.io/tippyjs/v6/all-props/).\n\n[Singleton](https://atomiks.github.io/tippyjs/v6/addons/#singleton) is supported via\n`\u003cTippySingleton\u003e` component.\n\n[Headless Tippy](https://atomiks.github.io/tippyjs/v6/headless-tippy/) is supported via\n`\u003cTippyHeadless\u003e` component.\n\nAll the [Plugins](https://atomiks.github.io/tippyjs/v6/plugins/) also should work:\njust use them the same way as for vanilla tippy.js.\n\nPlease see the demos and examples here: https://nag5000.github.io/ember-tippy/.\n\n\nAPI\n------------------------------------------------------------------------------\n\nPlease see the [API](API.md).\n\n\nBuild-time Config and Imports\n------------------------------------------------------------------------------\n\nember-tippy does not import any \n[optional extra stuff](https://atomiks.github.io/tippyjs/v6/getting-started/#optional-extra-imports)\nfrom tippy, except \n[Tippy Core CSS](https://atomiks.github.io/tippyjs/v6/getting-started/#1-package-manager).\n\nIf you don't want to bundle Tippy Core CSS, you can disable it by using \n`shouldIncludeTippyCoreCss: false` in ember-tippy build-time config.\n\nIf you want to use tippy's built-in custom themes, arrows or animations, please refer to \n[this example](https://nag5000.github.io/ember-tippy/#themes). Configurable bundling of optional\nextra tippy stuff at build-time could be implemented in the future.\n\n`\u003cTippySingleton\u003e` also imports \n[`createSingleton`](https://atomiks.github.io/tippyjs/v6/addons/#singleton).\nIf you don't use this component and you are on embroider, it should be tree-shaken.\n\nBelow is the ember-tippy build-time config with defaults:\n\n``` js\n// ember-cli-build.js\nlet app = new EmberApp(defaults, {\n  '@embroider/macros': {\n    setConfig: {\n      'ember-tippy': {\n        shouldIncludeTippyCoreCss: true,\n      },\n    },\n  },\n});\n```\n\n\nContributing\n------------------------------------------------------------------------------\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal3xnag%2Fember-tippy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fal3xnag%2Fember-tippy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal3xnag%2Fember-tippy/lists"}