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

909 B

AlertBanner

AlertBanner components are used to inform users of important messages.

Param Type Default Description
type String The banner type. This comes from the message-types helper.
[message] String The message to display within the banner.

Example

<AlertBanner @type="danger" @message="{{model.keyId}} is not a valid lease ID"/>

See