Entity List

Installation

import { EntityList } from "@o/pipeline/experimental/blocks/entity-list";

Usage

Interactivity

By default, EntityList renders a static list.

To make a row interactive, wrap the title in a BreakoutButton or BreakoutLink. EntityList will automatically apply the appropriate styles.

Examples

Deal list

Company list

People list

Feedback list