Skip to main content

Overview

What are Parcels?

At it's core, a Parcel is a framework-agnostic component that can be integrated to a website or application as a standalone feature. Parcels are built using the React framework and are compiled into web components. Web components are near-universal and can be used in any web application, whether your app uses React, Angular, or vanilla JavaScript.


Since a Parcel is so universal, you are able to create commonly used features and add-ons that can be distributed and shared amongst other teams and web applications.

Live Parcel example

<div>
<script src="https://maelstrom-dmz-nonprod.uhc.com/cdn/mfpoc/abyss-parcel.js" />
<abyss-parcel import="abyss-demo@1.0.0" />
</div>
Table of Contents