New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

Version published
Maintainers
3
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc