Callout
Learn how to use the callout component in your Nuxt project.
A callout is a component that can be used to draw attention to important information.
Basic
This is a simple callout component.
Basic with slot
This is a simple callout component with a slot.
<template>
<div>
<h1>My Component</h1>
<p>This is a paragraph.</p>
</div>
</template>
Custom Icon and Internal Link
External Link
Warning
This is a warning callout.
Tip
This is a tip callout.
Note
This is a success callout.
Danger
This is a danger callout.