- Notifications
You must be signed in to change notification settings - Fork25
A collection of uPortal Web Components and JavaScript utilities
License
uPortal-Project/uPortal-web-components
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A collection of reusable, standardized, and accessibleweb components foruPortal
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}'
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>
- 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 outCONTRIBUTING.md for ways to get started.
Want to chat with the community and contributors? Join us inSlack and theMailing List!
About
A collection of uPortal Web Components and JavaScript utilities
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.