MNEE
v0.0.1

Components

Alert

In Progress

Compact inline callout for notes, tips, warnings, and errors within prose or form content. Distinct from Banner which is a horizontal page-level strip with an optional CTA.

Info (default)

Note
This guide walks you through setup. Typically takes 10–15 minutes.

Tip

Tip
Save your CPMT_ID somewhere secure. You'll need it later.

All variants

Note
Informational note for the user.
Warning
Something needs your attention.
Tip
A helpful suggestion.
Error
Something went wrong.
Success
Action completed successfully.

Custom title

Custom title
You can override the default title label.

With action

Warning
Your email address has not been verified.

Usage

import { Alert } from "@mnee-ui/ui"

Props

PropTypeDefaultDescription
variant"info" | "warning" | "tip" | "error" | "success""info"Visual style and default icon/label
titlestringvariant labelOverride the default label (Note, Warning, Tip…)
childrenReactNodeContent rendered below the title row
actionReactNodeTrailing action element (e.g. a Button)
classNamestringLayout utilities (margin, width)