<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 | |
product string | A lower-case product identifier to pull in respective theme colors. The default is hashicorp blue. |
className string | Optional className to add to the root element |
links array | Array members must be of the type below: |
links[x] object | Object contains nested props, see below: |
links[x].url string | link url |
links[x].text string | link text |