{"id":15251115,"url":"https://github.com/pfelements/pf-pageindicator","last_synced_at":"2025-07-14T02:31:39.181Z","repository":{"id":57741455,"uuid":"86327974","full_name":"PFElements/pf-pageindicator","owner":"PFElements","description":"A Polymer 2.0 based custom elements that can be used to indicate the current page in a stack of pages (iron-pages)","archived":false,"fork":false,"pushed_at":"2017-05-02T22:53:50.000Z","size":9530,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-17T19:46:42.834Z","etag":null,"topics":["custom-elements","polymer","polymer-element","polymer2","webcomponent","webcomponents"],"latest_commit_sha":null,"homepage":"https://www.webcomponents.org/element/PFElements/pf-pageindicator","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PFElements.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-27T11:36:52.000Z","updated_at":"2019-11-12T04:04:04.000Z","dependencies_parsed_at":"2022-09-09T06:51:36.185Z","dependency_job_id":null,"html_url":"https://github.com/PFElements/pf-pageindicator","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFElements%2Fpf-pageindicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFElements%2Fpf-pageindicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFElements%2Fpf-pageindicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFElements%2Fpf-pageindicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PFElements","download_url":"https://codeload.github.com/PFElements/pf-pageindicator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225941654,"owners_count":17549070,"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":["custom-elements","polymer","polymer-element","polymer2","webcomponent","webcomponents"],"created_at":"2024-09-29T17:06:38.054Z","updated_at":"2024-11-22T17:44:26.567Z","avatar_url":"https://github.com/PFElements.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pf-elements\r\nA Polymer 2.0 based collection of reusable web components \r\n\r\n[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/PFElements/pf-pageindicator)\r\n[![Polymer Version](https://img.shields.io/badge/polymer-v2-blue.svg)](https://www.polymer-project.org)\r\n[![Join the chat at https://gitter.im/pf-elements/Lobby](https://badges.gitter.im/pf-elements/Lobby.svg)](https://gitter.im/pf-elements/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\r\n\r\n## Demo\r\n\r\n[Demo and API docs ↗](https://www.webcomponents.org/element/PFElements/pf-pageindicator/demo/demo/index.html)\r\n\r\n\r\n# PF Page Indicator.\r\n\r\nA Polymer 2.0 based custom elements that can be used to indicate the current page in a stack of pages. \r\n\r\nPF Elements is a collection that contains all elements listed below.\r\n\r\n\r\n| Element Name | Latest Version (Bower) | Npm version  | Build Status |\r\n|--------------|------------------------|--------------|--------------|\r\n| [pf-pageindicator](https://github.com/PFElements/pf-pageindicator) | [![GitHub version](https://badge.fury.io/gh/PFElements%2Fpf-pageindicator.svg)](https://badge.fury.io/gh/PFElements%2Fpf-pageindicator) | [![npm version](https://badge.fury.io/js/pf-pageindicator.svg)](https://www.npmjs.com/package/pf-pageindicator) |[![Build Status](https://travis-ci.org/PFElements/pf-pageindicator.svg?branch=master)](https://travis-ci.org/PFElements/pf-pageindicator) | \r\n\r\n\r\n## Example\r\n\r\n`\u003cpf-pageindicator\u003e\u003c/pf-pageindicator\u003e` can be passed the number of pages (or dots) that you want to display, additionaly you can pass the style of the transition as well.\r\n\r\n\u003c!---\r\n```\r\n\u003ccustom-element-demo\u003e\r\n  \u003ctemplate\u003e\r\n    \u003cscript src=\"../webcomponentsjs/webcomponents-lite.js\"\u003e\u003c/script\u003e\r\n    \u003clink rel=\"import\" href=\"pf-pageindicator.html\"\u003e\r\n    \u003cnext-code-block\u003e\u003c/next-code-block\u003e\r\n  \u003c/template\u003e\r\n\u003c/custom-element-demo\u003e\r\n```\r\n--\u003e\r\n\r\n```html\r\n\u003cpf-pageindicator dotstyle=\"dotstyle-smalldotstroke\" totaldots=\"5\"\u003e\u003c/pf-pageindicator\u003e\r\n```\r\n```html\r\n\u003cpf-pageindicator dotstyle=\"dotstyle-number\" totaldots=\"5\"\u003e\u003c/pf-pageindicator\u003e\r\n```\r\n## Learn more\r\n\r\nSee the list of elements, demos, and documentation by browsing this collection on webcomponents.org:\r\n\r\n### [Take me to webcomponents.org ›](https://www.webcomponents.org/element/PFElements/pf-pageindicator)\r\n\r\n---\r\n\r\n## Contributing\r\n\r\nComments, questions, suggestions, issues, and pull requests are all welcome.\r\n\r\n### Get in touch with the team\r\n\r\nJoing us at [![Join the chat at https://gitter.im/pf-elements/Lobby](https://badges.gitter.im/pf-elements/Lobby.svg)](https://gitter.im/pf-elements/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\r\n\r\n- [Twitter](\u003ca href=\"https://twitter.com/polymerio\" class=\"twitter-follow-button\" data-show-count=\"false\"\u003eFollow @polymerio\u003c/a\u003e)\r\n- [Facebook] (https://www.facebook.com/polymerjs)\r\n- [Google+] (https://plus.google.com/116168214823506639166) \r\n- [YouTube] (https://www.youtube.com/channel/UCDKqvDyAn_QTBvCPvrZKTkw) \r\n\r\n\r\n### Some ways to help:\r\n\r\n- **Test the elements and provide feedback**: We would love to hear your feedback on anything related to the elements, like features, API and design. The best way to start is by trying them out. And to get a quick response, either drop a question/comment on the chat or open an issue in GitHub.\r\n- **Report bugs**: File issues for the elements in their respective GitHub projects.\r\n- **Send pull requests**: If you want to contribute code, check out the development instructions below.\r\n\r\nWe encourage you to read the [contribution instructions by GitHub](https://guides.github.com/activities/contributing-to-open-source/#contributing) also.\r\n\r\n## License\r\n\r\nMIT License\r\n\r\n## Credits\r\nInsparation for this component came from multiple sources.  \r\nhttps://github.com/codrops/DotNavigationStyles is one of the insperation\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfelements%2Fpf-pageindicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfelements%2Fpf-pageindicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfelements%2Fpf-pageindicator/lists"}