Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A collection of uPortal Web Components and JavaScript utilities

License

NotificationsYou must be signed in to change notification settings

uPortal-Project/uPortal-web-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

A collection of reusable, standardized, and accessibleweb components foruPortal

Installation

There are couple options for installing components:

# install with npmnpm install @uportal/{package name goes here}# install with yarnyarn 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 anexample-component would be loaded by adding

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

Components

Utilities

Contribute

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

Want to chat with the community and contributors? Join us inSlack and theMailing List!

Additional Topics


[8]ページ先頭

©2009-2025 Movatter.jp