mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
* 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