@ausbom/cta-link
v0.3.29
Published
> 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
Downloads
245
Keywords
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>