New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arcteryx/components-cart

Package Overview
Dependencies
Maintainers
7
Versions
940
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcteryx/components-cart

Arcteryx Cart

5.7.1
npm
Version published
Weekly downloads
486
-50.26%
Maintainers
7
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 22 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts