{"id":13339927,"url":"https://github.com/uPortal-Project/notification-web-components","last_synced_at":"2025-03-11T15:31:49.256Z","repository":{"id":37030798,"uuid":"175886717","full_name":"uPortal-Project/notification-web-components","owner":"uPortal-Project","description":"uPortal web components specific to notifications","archived":false,"fork":false,"pushed_at":"2024-05-09T16:32:38.000Z","size":3966,"stargazers_count":1,"open_issues_count":23,"forks_count":8,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-05-23T09:20:25.711Z","etag":null,"topics":["hacktoberfest","notification","uportal","uportal-start-bundled","vue","web-components"],"latest_commit_sha":null,"homepage":"","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":"2019-03-15T20:28:05.000Z","updated_at":"2024-05-28T23:25:53.122Z","dependencies_parsed_at":"2023-12-19T15:03:24.199Z","dependency_job_id":"09796f56-b02f-4817-b962-793aaf108d7e","html_url":"https://github.com/uPortal-Project/notification-web-components","commit_stats":null,"previous_names":["uportal-contrib/notification-web-components"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uPortal-Project%2Fnotification-web-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uPortal-Project%2Fnotification-web-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uPortal-Project%2Fnotification-web-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uPortal-Project%2Fnotification-web-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uPortal-Project","download_url":"https://codeload.github.com/uPortal-Project/notification-web-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243059702,"owners_count":20229618,"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":["hacktoberfest","notification","uportal","uportal-start-bundled","vue","web-components"],"created_at":"2024-07-29T19:21:21.828Z","updated_at":"2025-03-11T15:31:48.239Z","avatar_url":"https://github.com/uPortal-Project.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notification Web Components\n\n[![Build Status](https://travis-ci.com/uPortal-contrib/notification-web-components.svg?branch=master)](https://travis-ci.com/uPortal-contrib/notification-web-components)\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-   [Notification Banner](@uportal/notification-banner/README.md)\n-   [Notification Icon](@uportal/notification-icon/README.md)\n-   [Notification List](@uportal/notification-list/README.md)\n-   [Notification Modal](@uportal/notification-modal/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%2Fnotification-web-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FuPortal-Project%2Fnotification-web-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FuPortal-Project%2Fnotification-web-components/lists"}