dashboard-carousel

WebJar for dashboard-carousel

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

dashboard-carousel
Last Version

Last Version

1.21.0
Release Date

Release Date

Type

Type

jar
Description

Description

dashboard-carousel
WebJar for dashboard-carousel
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download dashboard-carousel

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.webjars.npm : vue-slick jar [1.1.15,2)
org.webjars.npm : vue-async-computed jar [3.5.0,4)
org.webjars.npm : vue jar [2.5.17,3)
org.webjars.npm : ky jar [0.5.1,0.6)
org.webjars.npm : uportal__open-id-connect jar [1.21.0,2)
org.webjars.npm : jquery jar [3.3.1,4)

Project Modules

There are no modules declared in this project.

uPortal 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

Utilities

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.21.0