@uportal/notification-list

WebJar for @uportal/notification-list

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

uportal__notification-list
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

@uportal/notification-list
WebJar for @uportal/notification-list
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/uPortal-contrib/notification-web-components

Download uportal__notification-list

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/uportal__notification-list/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>uportal__notification-list</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/uportal__notification-list/
implementation 'org.webjars.npm:uportal__notification-list:1.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/uportal__notification-list/
implementation ("org.webjars.npm:uportal__notification-list:1.0.4")
'org.webjars.npm:uportal__notification-list:jar:1.0.4'
<dependency org="org.webjars.npm" name="uportal__notification-list" rev="1.0.4">
  <artifact name="uportal__notification-list" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='uportal__notification-list', version='1.0.4')
)
libraryDependencies += "org.webjars.npm" % "uportal__notification-list" % "1.0.4"
[org.webjars.npm/uportal__notification-list "1.0.4"]

Dependencies

compile (7)

Group / Artifact Type Version
org.webjars.npm : date-fns jar [1.30.1,2)
org.webjars.npm : bootstrap-vue jar [2.0.0-rc.15,3)
org.webjars.npm : font-awesome jar [4.7.0]
org.webjars.npm : vue jar [2.6.6,3)
org.webjars.npm : bootstrap jar [4.3.1,5)
org.webjars.npm : query-string jar [6.4.0,7)
org.webjars.npm : uportal__open-id-connect jar [1.26.0,2)

Project Modules

There are no modules declared in this project.

Notification Web Components

Build Status

A collection of reusable, standardized, and accessible web components for uPortal

Installation

There are couple options for installing components:

# install with npm
npm install @uportal/{package name goes here}

# install with yarn
yarn add @uportal/{package name goes here}

install with maven

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>uportal__{package name goes here}</artifactId>
    <version>{version number goes here}</version>
</dependency>

install with gradle

compile 'org.webjars.npm:uportal__{package name goes here}:{version number goes here}'

Usage

To install any component, add a tag with the component's name, and a script tag pointing to the JavaScript bundle for that component.

For example an example-component would be loaded by adding

<example-component></example-component>
<script src="node_modules/@uportal/example-component/dist/js/example-component.js"></script>

Components

Contribute

uPortal Components are built by people just like you! Check out CONTRIBUTING.md for ways to get started.

Want to chat with the community and contributors? Join us in Slack and the Mailing List!

Additional Topics

org.webjars.npm

Apereo uPortal project contrib

Contributed software modules supporting, but not (yet?) a core part of, the Apereo uPortal project.

Versions

Version
1.0.4
1.0.2
1.0.1
1.0.0