AGG is currently in alpha. APIs, components, and docs may change.
Agg.market — Prediction Market Aggregator logo

Market Details

Interactive preview for AGG market detail surfaces

Market Details

MarketDetails renders live chart, orderbook, and venue-level market detail content for a selected market. The Storybook preview uses the list wrapper that hosts the same card surface in context.

Use Storybook as the source of truth for tabs, data states, and interaction details.

Import

import "@agg-build/ui/styles.css";
import { MarketDetails } from "@agg-build/ui/events";

Requires <AggProvider> from @agg-build/hooks.

Preview