VMessage
Vuero provides a <VMessage />
component for messages that you can use in your forms, for instance. The default message is displayed on a grey background. Check the markup for more details.
VMessage colors
Vuero provides a <VMessage />
component for messages that you can use in your forms, for instance. You can change the message color by using the color
prop. Available colors are primary
, success
, info
, warning
and danger
. Check the markup for more details.