You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@finastra/alert-message

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finastra/alert-message

AlertMessage Web Component

1.8.1
latest
npmnpm
Version published
Weekly downloads
2
-93.94%
Maintainers
3
Weekly downloads
 
Created
Source

AlertMessage

An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task.

See it on NPM! How big is this package in your project? Storybook

Usage

Import

npm i @finastra/alert-message
import '@finastra/alert-message';
...
  <fds-alert-message type="success" title="Success" description="A banner displays an important, succinct message, and provides actions for users to address or dismiss the banner.">
  </fds-alert-message>

API

Properties

PropertyAttributeTypeDefaultDescription
densedensebooleanfalsedense .
descriptiondescriptionstring""Alert description.
iconiconstring""Alert Icon.
layoutlayoutmultiLines|singleLine"multiLines"Define the layout type
showCloseButtonshowCloseButtonbooleanfalseDisplay the close button to dismiss the alert message.
titletitlestring""Alert title.
typetypeinfo|error|success|warning"success"Define the alert type
withoutIconwithoutIconbooleanfalseRemove the Icon from the alert message.

Methods

MethodType
renderIcon(): TemplateResult<1>

Keywords

Finastra Design System

FAQs

Package last updated on 27 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts