Ready 24.1.0+
GeoInputMessageGeoInputMessage
is component designed to fit nicely as a help message for
GeoInput
.
You can customize the color to change the intention of the message using
different variants like success
or error
.
Properties
Prop name | Type | Default value | Description |
---|---|---|---|
variant
| enumPropertyFactory({
componentName: 'GeoInputMessage',
propertyName: 'variant',
enumDictionary: VARIANTS,
checkUndefined: true
}) | Show description |
Slots
Name | Description |
---|---|
default | Use this slot to customize content displayed inside the message |
Constants
Name | Value |
---|---|
VARIANTS | Show definition |