Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

inventage/portal-components

Repository files navigation

Deprecated!

Package no longer supported, it has been replaced by individual packages in https://github.com/inventage/web-components

Portal Components

A collection of webcomponents for enterprise portals.

made with open-wc  Main Workflow  npm version

export default {
  title: 'Intro/Portal Components',
};

Quick Start

unpkg.com

<script type="module" src="https://unpkg.com/@inventage/portal-components/dist/components/portal-card/portal-card.js?module"></script>

<portal-card></portal-card>

Here's an example of this method to get you started.

NPM

npm i @inventage/portal-components

Usage

<!--
  Adjust path to node_modules and use a dev server that support Node module
  resolution, like es-dev-server: https://www.npmjs.com/package/es-dev-server
-->
<script
  type="module"
  src="/node_modules/@inventage/portal-components/dist/components/portal-card/portal-card.js"
</script>

<portal-card></portal-card>