Alerts
Use Alert for information that should stand apart from the main prose. Alerts are useful for generated-file warnings, compatibility notes, and important setup constraints.
MDX
import { Alert } from '@unterberg/nivel'
<Alert type="warning" heading="Do not edit generated pages">
Generated pages can be rewritten by `nivel prepare`.
</Alert>Variants
See Generated Pages for a practical warning example.