@arcteryx/components-order-history
TypeScript icon, indicating that this package has built-in type declarations

4.1.0 • Public • Published

components-order-history

Standard typography components for H1, H2, H3, H4, p, and blockquote elements.

Usage

import {OrderHistoryItem} from "@arcteryx/components-order-history";

const OrderHistory = ({OrderHistoryItems}) => (
    <>
        {OrderHistoryItems.map(item => <OrderHistoryItem key={i} order={item} />)}
    </>
);

Readme

Keywords

none

Package Sidebar

Install

npm i @arcteryx/components-order-history

Weekly Downloads

58

Version

4.1.0

License

ISC

Unpacked Size

196 kB

Total Files

80

Last publish

Collaborators

  • justinohalloran
  • ronvs
  • jamiearc