Socket
Socket
Sign inDemoInstall

@ausbom/cta-link

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ausbom/cta-link

> Call to action links are visually distinct instructions to users. They're designed to entice users to complete a certain action using verbs. For example, call now or learn more. ### Installation


Version published
Weekly downloads
15
decreased by-55.88%
Maintainers
5
Weekly downloads
 
Created
Source

Call to action links are visually distinct instructions to users. They're designed to entice users to complete a certain action using verbs. For example, call now or learn more.

Installation

npm install @ausbom/cta-link

Usage

import CtaLink from '@ausbom/cta-link'
import ArrowRight24 from '@ausbom/icon/lib/icons/system/ArrowRight24'
import React from 'react'

<CtaLink
  as="a"
  href="/weather"
  small
  icon={ArrowRight24}
  iconPlacement="end"
>
  Learn more about weather
</CtaLink>

FAQs

Package last updated on 26 Mar 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