New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-65.45%
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 21 May 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc