New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@pnx-mixtape/content-card

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnx-mixtape/content-card

content-card component

Source
npmnpm
Version
1.3.1
Version published
Weekly downloads
47
-52.04%
Maintainers
5
Weekly downloads
 
Created
Source

@pnx-mixtape/content-card

Documentation and examples: Content cards

Installation

npm install @pnx-mixtape/content-card --save

How to use

CSS

  • PostCSS workflow: @import '@pnx-mixtape/content-card';
  • Native CSS: @import url('dist/content-card.css');
  • Link tag: <link href="dist/content-card.css" rel="stylesheet" type="text/css">

HTML

<div class="content-card">
  <figure class="content-card__media">
    <img src="https://via.placeholder.com/788x556" alt="Descriptive text" />
  </figure>
  <div class="content-card__content">
    <h3>Title</h3>
    <p>Body content</p>
  </div>
</div>

FAQs

Package last updated on 19 Nov 2023

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