--- type: ai-agent-documentation version: 2.0 component: Callout status: stable audience: ai-coding-agents-only human-readable: false category: feedback framework-support: - vanilla: true - react: true - vue: true - angular: true - svelte: true --- # Component: Callout DEFINITION: The Callout component is a styled container used to display important, contextual information or messages to the user. It is a CSS-only component. ## Installation ```bash npm install @pm7/core ``` ### CSS Import REQUIRED: Import CSS from `@pm7/core/dist/pm7.css` ```javascript // ES modules import '@pm7/core/dist/pm7.css'; // HTML ``` ## Required Structure The most basic Callout requires a `div` with the class `.pm7-callout` and a `div` with the class `.pm7-callout-body` inside it. ```html
Your message here.
Your changes have been saved successfully!
This action cannot be undone. Please review carefully.
Note: Please ensure all required fields are filled out before submitting the form.
For more details, visit our help center.
Message
Welcome back, John! Check out the new analytics features.
Your subscription is expiring in 7 days. Renew now to avoid service interruption.
All systems are operational. No issues detected.
You can customize your dashboard layout by dragging and dropping widgets.