@gip-recia/esco-content-menu

WebJar for @gip-recia/esco-content-menu

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

gip-recia__esco-content-menu
Last Version

Last Version

0.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

@gip-recia/esco-content-menu
WebJar for @gip-recia/esco-content-menu
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/GIP-RECIA/uPortal-web-components

Download gip-recia__esco-content-menu

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.webjars.npm : vue-awesome-swiper jar [3.1.3,4)
org.webjars.npm : uportal__open-id-connect jar [1.11.0,2)
org.webjars.npm : vue jar [2.5.17,3)
org.webjars.npm : vue-awesome jar [3.1.2,4)
org.webjars.npm : datalist-polyfill jar [1.22.1,2)
org.webjars.npm : vue-i18n jar [8.1.0,9)

Project Modules

There are no modules declared in this project.

uPortal Web Components

GitHub CI 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

GIP RECIA

Projects of GIP RECIA

Versions

Version
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.0