This package has been deprecated

Author message:

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

@inventage/portal-components
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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>

Package Sidebar

Install

npm i @inventage/portal-components

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

170 kB

Total Files

46

Last publish

Collaborators

  • peschee
  • niklaus-hug