1996336481
* Update repository links to point to main Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Fix broken link in relatedtools.mdx Co-authored-by: Steven Clark <steven.clark@hashicorp.com> Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
909 B
909 B
AlertInline
AlertInline
components are used to inform users of important messages.
Param | Type | Default | Description |
---|---|---|---|
type | String |
|
The alert type. This comes from the message-types helper. |
[message] | String |
|
The message to display within the alert. |
Example
<AlertInline
@type="danger"
@message="{{model.keyId}} is not a valid lease ID"/>
See