A collection of reusable, standardized, and accessible web components for uPortal
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}'
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>
- API Template Vue
- Content Carousel
- Dashboard Carousel
- ESCO Content Menu
- Eyebrow User Info
- Waffle Menu
- User Profile Menu
- Grid Carousel
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!