Use alerts for...
Place alerts at the end of the body element.
import { AlertKind } from "@hedia/windfall/css/alerts";
import { alert } from "@hedia/windfall/html/alerts";
alert({ kind: AlertKind.Error }, "Something went wrong"),Place alerts at the end of the body element.
import { AlertKind } from "@hedia/windfall/css/alerts";
import { alert } from "@hedia/windfall/html/alerts";
alert({ kind: AlertKind.Success }, "Email address changed"),Place alerts at the end of the body element.
import { AlertKind } from "@hedia/windfall/css/alerts";
import { alert } from "@hedia/windfall/html/alerts";
alert({ kind: AlertKind.Success }, "Thanks for subscribing to our newsletter"),