Message🔗

Message can be used to display either helpful descriptions or error messages in combination with forms where the default description and errorMessage props are not sufficient due to e.g. position.

It is used by <TextInput>, <TextArea> and <SelectInput> internally.

Example🔗

I'm a description text.

Error message🔗

Something went wrong.

Props - Message🔗

Name
Description
Type
Default Value
childrenThe message text that is displayedstringn/a
idstringn/a
typeSets the type of the message, e.g. an error is displayed in red with an error iconenum('error','description')'default'
2022 © Volvo Car Corporation