All Projects → uPortal-Project → uPortal-web-components

uPortal-Project / uPortal-web-components

Licence: Apache-2.0 license
A collection of uPortal Web Components and JavaScript utilities

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to uPortal-web-components

drawer
A touch-enabled drawer component for the modern web.
Stars: ✭ 26 (+8.33%)
Mutual labels:  web-components, menu
Duo Navigation Drawer
A flexible, easy to use, unique drawer library for your Android project.
Stars: ✭ 986 (+4008.33%)
Mutual labels:  layout, menu
Draggablemenu
A draggable menu that shows a thumbnail preview of an image grid
Stars: ✭ 117 (+387.5%)
Mutual labels:  layout, menu
Angular4-OidcClientJs-Example
Code from scottbrady91.com/Angular
Stars: ✭ 72 (+200%)
Mutual labels:  openid-connect
Accordion
Silky-smooth accordion widgets with no external dependencies.
Stars: ✭ 32 (+33.33%)
Mutual labels:  menu
mobx-react-intl
A connector between mobx-react and react-intl
Stars: ✭ 32 (+33.33%)
Mutual labels:  internationalization
fluent-vue
Internationalization plugin for Vue.js
Stars: ✭ 137 (+470.83%)
Mutual labels:  internationalization
sass4clj
SASS compiler for Clj, Lein and Boot, using Libsass Java wrapper
Stars: ✭ 70 (+191.67%)
Mutual labels:  webjars
magento2-module
FACT-Finder® Web Components for Magento 2
Stars: ✭ 13 (-45.83%)
Mutual labels:  web-components
lisan
🌈i18n, Reimagined! 🚀A blazing fast and super small i18n library for Javascript
Stars: ✭ 85 (+254.17%)
Mutual labels:  internationalization
GlowButton
Beautify your layouts with glowing buttons. Support with a ⭐️ Contributions are welcome! 🙌
Stars: ✭ 54 (+125%)
Mutual labels:  layout
ALButtonMenu
A simple, fully customizable menu solution for iOS.
Stars: ✭ 45 (+87.5%)
Mutual labels:  menu
hello-web-components
A simple starter <hello-world /> web component written in typescript, using lit-html and lit-element. Unit tested with jest and e2e tested with puppeteer and jest-puppeteer.
Stars: ✭ 15 (-37.5%)
Mutual labels:  web-components
polymer-2-carousel
Codelab
Stars: ✭ 18 (-25%)
Mutual labels:  web-components
indieweb-components
VanillaJS-based Web Components for the IndieWeb
Stars: ✭ 13 (-45.83%)
Mutual labels:  web-components
run-aspnet-identityserver4
Secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. Protect our ASP.NET Web MVC and API applications with using OAuth 2 and OpenID Connect in IdentityServer4. Securing your web application and API with tokens, working with claims, authentication and authorization middlewares and applying policies.
Stars: ✭ 159 (+562.5%)
Mutual labels:  openid-connect
dockview
Zero dependency layout manager and builder with ReactJS support
Stars: ✭ 45 (+87.5%)
Mutual labels:  layout
pharos
JSTOR's design system
Stars: ✭ 48 (+100%)
Mutual labels:  web-components
bootstrap-grid-ms
Missing grid range in Bootstrap 3, micro-small from 480-767px.
Stars: ✭ 34 (+41.67%)
Mutual labels:  layout
qt-tile-layout
A tile layout for PyQt5
Stars: ✭ 18 (-25%)
Mutual labels:  layout

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].