@uportal/notification-icon

WebJar for @uportal/notification-icon

Лицензия

Лицензия

Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

uportal__notification-icon
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

@uportal/notification-icon
WebJar for @uportal/notification-icon
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать uportal__notification-icon

Как подключить последнюю версию

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.webjars.npm : vue jar [2.6.10]
org.webjars.npm : ky jar [0.11.0,0.12)
org.webjars.npm : fortawesome__vue-fontawesome jar [0.1.2,0.2)
org.webjars.npm : uportal__open-id-connect jar [1.19.0,2)
org.webjars.npm : vue-async-computed jar [3.5.0,4)
org.webjars.npm : fortawesome__fontawesome-svg-core jar [1.2.8,2)
org.webjars.npm : bootstrap-vue jar [2.0.0-rc.11,3)
org.webjars.npm : fortawesome__free-solid-svg-icons jar [5.5.0,6)

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.4
1.0.2
1.0.1
1.0.0