<ContentCta> ComponentA flexible call-to-action component used in a variety of places on HashiCorp websites
<ContentCtaproduct="terraform"heading="My Custom Heading"content="Compare Terraform Cloud and Terraform Enterprise features to find the best fit for your organization."links={[{title: 'Compare Features',url: 'example.com',},{title: 'Contact Sales',url: 'example.com',},]}/>
| Name | Description |
|---|---|
heading*string | |
content*string|function | |
productstring | A lower-case product identifier to pull in respective theme colors. The default is hashicorp blue. |
classNamestring | Optional className to add to the root element |
linksarray | Array members must be of the type below: |
links[x]object | Object contains nested props, see below: |
links[x].urlstring | link url |
links[x].textstring | link text |