byronwade/ui
Marketing & editorial

Market · Marketing & editorial

Candlestick chart

Token-themed OHLC candlestick chart rendered in-house as SVG: bullish candles success-toned, bearish destructive-toned, an optional bottom volume band, a background grid, and an optional crosshair. All geometry is computed by the pure `market` lib from numeric props, so it renders deterministically.

@byronwade/market

Feature showcase

Installation

Features

  • 3 examples

    Default, Interactive, Fill.

  • Tagged for tradingview, market

API

Dependencies

PackageKindDescription
@byronwade/marketregistryInstalled through the byronwade/ui registry.

Source and related

FilePath
Componentregistry/components/candlestick-chart.tsx
Default examplecontent/examples/candlestick-chart/default.tsx
Interactive examplecontent/examples/candlestick-chart/interactive.tsx
Fill examplecontent/examples/candlestick-chart/fill.tsx