components
Alert

Alert

import { Alert } from "@arkitektbedriftene/fe-lib/ui"

Color

<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

<Alert color="info" size="sm">sm alert</Alert>
<Alert color="info" size="md">md alert</Alert>