⛓️
UI-BuilderCraft
  • 👋Welcome
  • Overview
    • 〽️Getting Started
    • 🌐Download
    • ✨Component
      • 📓Form
        • InputText
        • InputMask
        • InputNumber
        • Spinner
        • Avatar
        • Badge
        • Alert
        • InputArea
        • Skeleton Loader
        • Checkbox
        • Toggle
    • 💡Benefits
Powered by GitBook
On this page

Was this helpful?

  1. Overview
  2. Component
  3. Form

Alert

PreviousBadgeNextInputArea

Last updated 1 year ago

Was this helpful?

UI-buildercraft Alert component offers a concise and effective way to incorporate dynamic alert messages into your Angular applications, providing a seamless user experience with customizable styling and versatile display options.

UI-buildercraft's Alert component supports custom class integration, enabling you to apply personalized styling to your alert messages. This feature enhances flexibility, allowing for a seamless blend of alerts that align with the unique design aesthetics of your application.

<UI-BuilderCraft-alert [class]="'bg-info'" [message]="'Info'"></UI-BuilderCraft-alert>


  imports: [AlertComponent]

Properties
Type
Default Value

Title

String

Empty

Message

String

Empty

Class

String

Alert-primary

Icon

String

Empty

IconSize

Number

15

✨
📓