open-vault/ui/stories/alert-inline.md

911 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