{"id":13339943,"url":"https://github.com/uPortal-Project/uPortal-web-components","last_synced_at":"2025-03-11T15:32:00.543Z","repository":{"id":37086764,"uuid":"129971549","full_name":"uPortal-Project/uPortal-web-components","owner":"uPortal-Project","description":"A collection of uPortal Web Components and JavaScript utilities","archived":false,"fork":false,"pushed_at":"2025-03-05T07:00:07.000Z","size":24119,"stargazers_count":24,"open_issues_count":58,"forks_count":25,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-08T05:12:46.591Z","etag":null,"topics":["gradle","hacktoberfest","internationalization","layout","menu","openid-connect","reactjs","typescript","uportal","vue","web-components","webjar","webjars"],"latest_commit_sha":null,"homepage":"https://uportal-project.github.io/uPortal-web-components","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uPortal-Project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2018-04-17T22:19:44.000Z","updated_at":"2023-08-14T22:37:40.000Z","dependencies_parsed_at":"2023-11-22T18:44:07.019Z","dependency_job_id":"318a04ba-52b2-4d0d-bb9a-368d3c5c1ece","html_url":"https://github.com/uPortal-Project/uPortal-web-components","commit_stats":{"total_commits":1516,"total_committers":27,"mean_commits":"56.148148148148145","dds":0.633905013192612,"last_synced_commit":"b0ef242e5dcf98b0d77a581cd95bb772a40b9ee1"},"previous_names":["uportal-contrib/uportal-web-components"],"tags_count":93,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uPortal-Project%2FuPortal-web-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uPortal-Project%2FuPortal-web-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uPortal-Project%2FuPortal-web-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uPortal-Project%2FuPortal-web-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uPortal-Project","download_url":"https://codeload.github.com/uPortal-Project/uPortal-web-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243059730,"owners_count":20229625,"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":["gradle","hacktoberfest","internationalization","layout","menu","openid-connect","reactjs","typescript","uportal","vue","web-components","webjar","webjars"],"created_at":"2024-07-29T19:21:21.983Z","updated_at":"2025-03-11T15:31:58.732Z","avatar_url":"https://github.com/uPortal-Project.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uPortal Web Components\n\n[![Build Status](https://github.com/uPortal-contrib/uPortal-web-components/workflows/CI/badge.svg)](https://github.com/uPortal-contrib/uPortal-web-components/actions?workflow=CI)\n\n\u003e A collection of reusable, standardized, and accessible [web components][] for [uPortal][]\n\n## Installation\n\nThere are couple options for installing components:\n\n- a [node][] package through [npm][] or [yarn][]\n- a [webjar][] through [gradle][] or [maven][]\n\n```bash\n# install with npm\nnpm install @uportal/{package name goes here}\n\n# install with yarn\nyarn add @uportal/{package name goes here}\n```\n\n_install with maven_\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.webjars.npm\u003c/groupId\u003e\n    \u003cartifactId\u003euportal__{package name goes here}\u003c/artifactId\u003e\n    \u003cversion\u003e{version number goes here}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n_install with gradle_\n\n```gradle\ncompile 'org.webjars.npm:uportal__{package name goes here}:{version number goes here}'\n```\n\n## Usage\n\nTo install any component, add a tag with the component's name, and a script tag pointing to the JavaScript bundle for that component.\n\nFor example an `example-component` would be loaded by adding\n\n```html\n\u003cexample-component\u003e\u003c/example-component\u003e\n\u003cscript src=\"node_modules/@uportal/example-component/dist/js/example-component.js\"\u003e\u003c/script\u003e\n```\n\n## Components\n\n- [API Template Vue](@uportal/api-template-vue/README.md)\n- [Content Carousel](@uportal/content-carousel/README.md)\n- [Dashboard Carousel](@uportal/dashboard-carousel/README.md)\n- [ESCO Content Menu](@uportal/esco-content-menu/README.md)\n- [Eyebrow User Info](@uportal/eyebrow-user-info/README.md)\n- [Waffle Menu](@uportal/waffle-menu/README.md)\n- [User Profile Menu](@uportal/user-profile-menu/README.md)\n- [Grid Carousel](@uportal/grid-carousel/README.md)\n\n## Utilities\n\n- [Open ID Connect](@uportal/open-id-connect/README.md)\n- [Portlet Registry to Array](@uportal/portlet-registry-to-array/README.md)\n\n## Contribute\n\nuPortal Components are built by people just like you! Check out [CONTRIBUTING.md][] for ways to get started.\n\nWant to chat with the community and contributors? Join us in [Slack][] and the [Mailing List][]!\n\n## Additional Topics\n\n- [Local Project Setup](docs/en/developer/SETUP.md)\n- [Using -SNAPSHOT Builds in uPortal-start](docs/en/developer/SNAPSHOT.md)\n- [Project Automation Tools](docs/en/developer/AUTOMATION.md)\n- [Project Conventions and Practices](docs/en/developer/CONVENTIONS.md)\n\n[contributing.md]: CONTRIBUTING.md\n[gradle]: https://docs.gradle.org\n[mailing list]: https://groups.google.com/a/apereo.org/forum/#!forum/uportal-user\n[maven]: http://maven.apache.org/\n[node]: https://nodejs.org\n[npm]: https://docs.npmjs.com/\n[slack]: https://apereo.slack.com\n[uportal]: https://github.com/Jasig/uPortal\n[web components]: https://www.webcomponents.org/introduction\n[webjar]: https://www.webjars.org/\n[yarn]: https://yarnpkg.com/en/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FuPortal-Project%2FuPortal-web-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FuPortal-Project%2FuPortal-web-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FuPortal-Project%2FuPortal-web-components/lists"}