<EnterpriseAlert>
ComponentThe <EnterpriseAlert>
component renders a small alert used to note an enterprise feature.
<EnterpriseAlert product="terraform" />
Name | Description |
---|---|
product string | A lower-case product identifier to pull in respective theme colors. The default is hashicorp blue. |
inline boolean | Determines whether to display the alert inline and only with a tagline |
children string | Custom content replacing the content of the alert |
className string | 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>