<EnterpriseAlert> ComponentThe <EnterpriseAlert> component renders a small alert used to note an enterprise feature.
<EnterpriseAlert product="terraform" />
| Name | Description |
|---|---|
productstring | A lower-case product identifier to pull in respective theme colors. The default is hashicorp blue. |
inlineboolean | Determines whether to display the alert inline and only with a tagline |
childrenstring | Custom content replacing the content of the alert |
classNamestring | Optional className to add to the root element |
Intended to be used as a "tag" after a headline, bullet point, etc.
<EnterpriseAlert product="consul" inline />
<EnterpriseAlert>custom message</EnterpriseAlert>