Feedback
AlertBox
Inline status, warning, error, and success messages for plugin screens.
Playground
Live preview generated for AlertBox inside this component page.
This preview is compiled into the VitePress docs build from the published SDK package.
Import
ts
import { AlertBox } from "@morscherlab/mint-sdk/components"Basic Usage
vue
<AlertBox type="warning" title="Review required">
Three samples need QC approval before publishing.
</AlertBox>