Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uportal/content-renderer

Package Overview
Dependencies
Maintainers
13
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uportal/content-renderer

[![NPM Version](https://img.shields.io/npm/v/@uportal/content-renderer.svg)](https://www.npmjs.com/package/@uportal/content-renderer) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.webjars.npm/uportal__content-renderer/badge.svg)](

  • 1.40.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
13
Created
Source

Content Renderer(s)

NPM Version Maven Central Build Status

Demo

https://uportal-project.github.io/uPortal-web-components/en/components/content-renderer/demo

Installation

# install with npm
npm install @uportal/content-renderer

# install with yarn
yarn add @uportal/content-renderer

install with maven

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>uportal__content-renderer</artifactId>
    <version>{version number goes here}</version>
</dependency>

install with gradle

compile 'org.webjars.npm:uportal__content-renderer:{version number goes here}'

Usage

<!-- this uses the unpkg cdn, this could alternatively use resource server as a cdn -->
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/@uportal/content-renderer"></script>

Portlet renderer

<content-portlet-renderer
  portlet-html-url="{portlet-url}"
></content-portlet-renderer>

uPortal home style 'widget' renderer

<content-widget-renderer
  template="{widgetTemplate string}"
  config="{widgetConfig object}"
  type="{widgetType string}"
  url="{widgetUrl string}"
></content-widget-renderer>

Options

  • debug (optional, boolean, default: false): when enabled debug mode skips oauth authentication.

FAQs

Package last updated on 11 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc