InlineMessage

InlineMessage is used to highlight short messages next to other content.

Read more about this component in the Aksel documentation.

This is an informational message.

Properties

PropertyDescriptionDefault
Control
Properties
status
required

InlineMessage status.

"info" "success" "warning" "error"
-
size

InlineMessage size.

"medium" "small"
"medium"
Snippets
children

InlineMessage content.

 -

Properties included from: Omit<HTMLAttributes<HTMLDivElement>, "children">