@arcteryx/components-cart

7.27.3 • Public • Published

components-cart

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

Usage

import {CartItem} from "@arcteryx/components-cart";

const Cart = ({cartItems}) => (
    <>
        {cartItems.map(item => <CartItem key={i} product={item} />)}
    </>
);

Keywords

none

Install

npm i @arcteryx/components-cart

DownloadsWeekly Downloads

3,671

Version

7.27.3

License

ISC

Unpacked Size

1.09 MB

Total Files

66

Last publish

Collaborators

  • ronvs
  • jamiearc
  • happyelephant