Socket
Socket
Sign inDemoInstall

@pnx-mixtape/cta

Package Overview
Dependencies
1
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pnx-mixtape/cta

cta component


Version published
Maintainers
5
Created

Readme

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

Last updated on 21 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc