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

@pnx-mixtape/cta

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnx-mixtape/cta

cta component

  • 1.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

@pnx-mixtape/cta

Documentation and examples: CTA

Installation

npm install @pnx-mixtape/cta --save

How to use

CSS

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

HTML

<div class="cta">
  <h2>Title</h2>
  <p>Body content</p>
  <div class="cta__actions">
    <a href="#" class="button button--large button--primary"
      >Let's get started</a
    >
  </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