Feedback

Alert

Basic

Action completed successfully

Action completed successfully, closeable

Action completed successfully, prevent default


Description

This component is used to display an alert. An alert is a message that informs the user about the status of an action or a system.
You can use icons with the icon component, the library will take care of the spacing between the icon and the text and the icon size.


API

Supports global configuration

View the default configuration for this component. Learn more about global configuration.

import { LuiAlertModule } from '@lqvrent-workspace/lqvrent-ui/alert';
<lui-alert luiMessage="Action completed successfully"></lui-alert>

lui-alert

component Standalone
PropertyDescriptionTypeDefault
[luiColor]Color of the alert. Can take a tailwind color (ex: indigo) or any input accepted by LuiColorColorInputdefined in config
[luiMessage]Main content of alertstring | TemplateRef<void>-
[luiDescription]Additional content of alertstring | TemplateRef<void>-
[luiIcon]Custom iconTemplateRef<void>-
[luiCloseable]Allows to close the alertbooleandefined in config
[luiCloseContent]Replace default close icon by string or templatestring | TemplateRef<void>-
[luiExtraContent]Extra content on the right of the alertTemplateRef<void>-
[luiAriaLabelClose]aria-label attribute for close alert buttonstring'Close alert'
(luiOnClose)Emitted when close button is clicked. You can use preventDefault on the event.EventEmitter<MouseEvent>-

More examples

Default palette

Slate

Gray

Zinc

Neutral

Stone

Red

Orange

Amber

Yellow

Lime

Green

Emerald

Teal

Cyan

Sky

Blue

Indigo

Violet

Purple

Fuchsia

Pink

Rose

With description

Action completed successfully, Neutral

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Red

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Orange

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Yellow

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Green

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Blue

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Purple

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Pink

This action was really important, so we wanted to make sure you know about it.

Closeable

Action completed successfully, Neutral

Action completed successfully, Red

Action completed successfully, Orange

Action completed successfully, Yellow

Action completed successfully, Green

Action completed successfully, Blue

Action completed successfully, Purple

Action completed successfully, Pink

Closeable w/ description

Action completed successfully, Neutral

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Red

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Orange

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Yellow

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Green

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Blue

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Purple

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Pink

This action was really important, so we wanted to make sure you know about it.

Custom close text

Action completed successfully, Neutral

Action completed successfully, Red

Action completed successfully, Orange

Action completed successfully, Yellow

Action completed successfully, Green

Action completed successfully, Blue

Action completed successfully, Purple

Action completed successfully, Pink

Custom close icon

Action completed successfully, Neutral

Action completed successfully, Red

Action completed successfully, Orange

Action completed successfully, Yellow

Action completed successfully, Green

Action completed successfully, Blue

Action completed successfully, Purple

Action completed successfully, Pink

Extra content

Action completed successfully, Neutral

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Red

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Orange

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Yellow

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Green

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Blue

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Purple

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, Pink

This action was really important, so we wanted to make sure you know about it.

Custom color

Action completed successfully, #4f46e5

Action completed successfully, #4f46e5

Action completed successfully, #4f46e5

Action completed successfully, #4f46e5

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, #4f46e5

This action was really important, so we wanted to make sure you know about it.

Action completed successfully, #4f46e5

This action was really important, so we wanted to make sure you know about it.

Icons

Action completed successfully

Action completed successfully

This action was really important, so we wanted to make sure you know about it.

The action failed to complete

The action failed to complete

Oh no! Something went wrong and we couldn't complete the action.

Something happened, but it's not a big deal

Something happened, but it's not a big deal

This is just a heads up to let you know about something that happened.

You should know about this

You should know about this

Did you know that this is a really important piece of information?

Previous
Select
Next
Empty