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

21.1.0 • 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} />)}
    </>
);

Dependents (0)

Package Sidebar

Install

npm i @arcteryx/components-cart

Weekly Downloads

450

Version

21.1.0

License

ISC

Unpacked Size

2.05 MB

Total Files

591

Last publish

Collaborators

  • justinohalloran
  • ronvs
  • jamiearc