Display a message to the user
<Alert>
component to display a message to the user. The component can be used to display a success, warning, or error message.
<Alert>
in your React component, import it from @latitude-data/react
and include it in your component as follows:
note
success
warning
error
type
it produce a different style for the alert with a softer background when is set to true
false
normal
medium
bold
By defaul is set to normal
.