{"id":13497246,"url":"https://github.com/joejordanbrown/popover","last_synced_at":"2025-04-07T11:09:49.298Z","repository":{"id":38268684,"uuid":"80539213","full_name":"joejordanbrown/popover","owner":"joejordanbrown","description":"Angular CDK Popover, no default style, examples using @angular/material","archived":false,"fork":false,"pushed_at":"2023-06-29T18:16:34.000Z","size":2289,"stargazers_count":212,"open_issues_count":63,"forks_count":75,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-30T06:32:15.354Z","etag":null,"topics":["angular","angular10","angular4","angular5","angular6","angular7","angular8","angular9","cdk","material","material2","popover","tooltip"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/joejordanbrown.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-31T16:36:05.000Z","updated_at":"2024-08-15T11:55:32.000Z","dependencies_parsed_at":"2024-06-18T13:39:00.302Z","dependency_job_id":"7e6cfaf8-9ed2-46cd-8213-8985f7f582de","html_url":"https://github.com/joejordanbrown/popover","commit_stats":null,"previous_names":["material-extended/mde"],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joejordanbrown%2Fpopover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joejordanbrown%2Fpopover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joejordanbrown%2Fpopover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joejordanbrown%2Fpopover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joejordanbrown","download_url":"https://codeload.github.com/joejordanbrown/popover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640465,"owners_count":20971557,"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","angular10","angular4","angular5","angular6","angular7","angular8","angular9","cdk","material","material2","popover","tooltip"],"created_at":"2024-07-31T20:00:27.387Z","updated_at":"2025-04-07T11:09:49.276Z","avatar_url":"https://github.com/joejordanbrown.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","UI Components"],"sub_categories":["Uncategorized","Tooltip"],"readme":"# Angular Popover\n\n[![npm version](https://badge.fury.io/js/%40material-extended%2Fmde.svg)](https://www.npmjs.com/package/%40material-extended%2Fmde)\n[![Build Status](https://travis-ci.org/material-extended/popover.svg?branch=master)](https://travis-ci.org/material-extended/popover)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![Join the chat at https://gitter.im/material-extended/mde](https://badges.gitter.im/material-extended/mde.svg)](https://gitter.im/material-extended/mde?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjoejordanbrown%2Fpopover.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjoejordanbrown%2Fpopover?ref=badge_shield)\n\n#### Links\n[Popover Demo](https://uixd.co.uk/open-source-software/material-extended/demo) | [StackBlitz Template](https://stackblitz.com/edit/mde-popover)\n\n\n\n### Project status\nAngular Popover is production ready.\n\nThis was originally created as an example for a `@angular/material` issue feature request.\nIssue can be found at [angular/material2#2691](https://github.com/angular/material2/issues/2691)\n\nIf you'd like to contribute please create an issue or pull request.\n\n\n\n### Examples\n\n**Material theme picker**\n\n[![Material theme picker](https://media.giphy.com/media/jsxheZJXN1346GD5St/giphy.gif)](https://stackblitz.com/edit/angular-popover-demo)\n\n**Standard popover**\n\n![image](https://cloud.githubusercontent.com/assets/10200431/22394189/02e9b21e-e511-11e6-9f91-c6b470a6b212.png)\n\n\n![image](https://cloud.githubusercontent.com/assets/10200431/22394186/e21a235c-e510-11e6-9cde-948b1a4382bc.png)\n\n**Google+ style popover**\n\n![image](https://cloud.githubusercontent.com/assets/10200431/22397870/4f27ddba-e573-11e6-943f-2d737b59d39e.png)\n\n\n\n\n\n### Installation\nInstall npm package using:\n\n`yarn add @material-extended/mde`\nor\n`npm install @material-extended/mde`\n\nInstall required packages @angular/cdk\n\n`yarn add @angular/cdk`\nor\n`npm install @angular/cdk`\n\n### Initial setup\nThe CDK overlays depend on a small set of structural styles to work correctly. If you're using Angular Material, these styles have been included together with the theme, otherwise if you're using the CDK on its own, you'll have to include the styles yourself. You can do so by importing the prebuilt styles in your global stylesheet:\n\n@import '~@angular/cdk/overlay-prebuilt.css';\n\n### Import module\n\napp.module.ts\n```typescript\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\n\n\nimport { AppComponent } from './app.component';\nimport { MdePopoverModule } from '@material-extended/mde';\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    MdePopoverModule\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\n### Todo\n1. A design document needs creating to finalise requirements and API specifications.\nOnce a document is created the component can be refactored and released as beta for testing.\n2. Refactor now that @angular/cdk is released.\n\n\n### Available features\n\n| Feature | Notes                                                                                | Docs                                                                        |\n|---------|--------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|\n| popover | In-progress ([popover demo](https://uixd.co.uk/open-source-software/material-extended/demo)) | [Docs](https://github.com/material-extended/mde/blob/master/projects/material-extended/mde/src/lib/popover/popover.md) |\n\n\n### Issues\n\nPlease report bugs and issues [here](https://github.com/material-extended/mde/issues).\n\n### \n\n### License\nMIT © [Joe Jordan Brown](https://github.com/joejordanbrown)\n\n[Angular Popover by UIXD](https://uixd.co.uk)\n\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjoejordanbrown%2Fpopover.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjoejordanbrown%2Fpopover?ref=badge_large)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoejordanbrown%2Fpopover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoejordanbrown%2Fpopover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoejordanbrown%2Fpopover/lists"}