Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ausbom/cta-link

AusBOM294MIT0.3.31TypeScript support: included

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

readme

@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

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>