Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@gctools-components/recommendation-card

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gctools-components/recommendation-card

NRC recommendation card component

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Recommendation card

Recommendation cards provide a consistent interface for recommendations throughout GCTools and potentially other GoC sites.

Installation

yarn add @gctools-components/recommendation-card

Usage

import React from 'react';
import RecommendationCard, { CardContainer }
  from '@gctools-components/recommendation-card';

const demo = () => (
  <CardContainer
    loaded
    cards={[
      <RecommendationCard
        key="1"
        type="gcpedia-article"
        title="testing 123"
        rank={1}
      />,
  ]}
  />
);

export default demo;

© Her Majesty the Queen in Right of Canada, as represented by the Minister of the National Research Council, 2017

Keywords

nrc

FAQs

Package last updated on 04 Nov 2017

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