@ausbom/cta-link

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

Usage no npm install needed!

<script type="module">
  import ausbomCtaLink from 'https://cdn.skypack.dev/@ausbom/cta-link';
</script>

README

@ausbom/cta-link

Call to action links are visually distinct instructions to users designed to entice users to complete a certain action, using verbs such as '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>