Toast
A toast is basically a small rectangular area that you may use to highlight a certain point. You can configure various aspects to make it interesting.
Syntax
{{< toastbackground-color="any background or gradient"border-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"is-full-width="true|false"margin="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."padding="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."text-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"toast-style="primary|success|error|warning" >}}
The actual message goes here
{{< /toast >}}