Alert
import { Alert } from "@arkitektbedriftene/fe-lib/ui"
Color
info alert
warning alert
danger alert
success alert
<Alert color="info">info alert</Alert>
<Alert color="warning">warning alert</Alert>
<Alert color="danger">danger alert</Alert>
<Alert color="success">success alert</Alert>
Size
sm alert
md alert
<Alert color="info" size="sm">sm alert</Alert>
<Alert color="info" size="md">md alert</Alert>