Overview of Piral Web Components
developPiral provides several web components for integration between the Piral orchestrator, React, and other frameworks:
| Component | Purpose | User Action |
|---|---|---|
piral-extension | Declares an extension slot. | Can use directly |
piral-slot | A clean, non-visual container for frameworks that cannot reuse existing elements. | Can use directly |
piral-content | A portal to render React content in non-React components. | Can use directly |
piral-component | Marks an area for a micro frontend component to render. | Internal (managed by Piral) |
piral-portal | A non-visual anchor point for the React rendering tree. | Internal (managed by Piral) |