Go Main page
Go Main page

Web components

cover

components

Message

v.1.0.0 | Saturn

Provide contextual information to users.

Components

Play with the component with our playground.

Anatomy

Foo

NameDescription

1

Container
Required
:width_ Grid (6 columns) -
height
Full height - _border_ _border_50_.

2

Icon
Required
Icon helps identify the message type.

3

Title
Required
By accessibility the messages must always be accompanied by a title that defines the type of message: informative, warning, error... If we need to complement the title we would put it after the type of message.

4

Body text
Define the message.

5

Close button
It close the message.

6

Action button
It performs an action related to the message.

States

Informative message

Provides information related to an action.

Foo

Warning message

Indicates an action that is relevant but not alarming to the user.

Foo

Success message

Indicates that an action was successfully processed.

Foo

Error message

Indicates an error in an action.

Foo

Options

With action

Used to show up in task flows, to notify users of the status of an action. They appear at the bottom right of the primary content area.

Foo

With button

When it is necessary it can be used another type of button.

Foo

Without action

Used to display short messages.

Foo

Layout

Desktop

On desktop it will have a fluid witdh and will depend on the parent element.

Foo

Mobile

Foo

Behaviours

Hide message

The user can close the message by clicking or tapping on the close icon.

Foo

Several lines

The title and body of the message may contain several lines of text.

Foo