# Call to Action

```.jsx
<CallToAction href='/getting-started'>Get Started</CallToAction>
```

```.jsx
<Section
    heading='Install from npm'
    subhead='and head over to documentation'
    width={1}
>
    <Pre p={3}>npm i react-landing-page@next</Pre>
    <CallToAction href='/getting-started'>Documentation</CallToAction>
</Section>
```

Extends: [Box](https://jxnblk.com/rebass/components/Button)

| prop | default | type   |
| ---- | ------- | ------ |
| href |         | string |