open-vault/ui/lib/core/stories/alert-inline.md
Alexander Scheel 1996336481
Update repository links to point to main (#14112)
* 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>
2022-02-17 14:30:56 -05:00

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