Skip to content

Callout

The Callout component

The Callout component is a simple card with a stylish glassmorphic style which fits perfectly into the Galaxy theme.

It can handle any content and will keep everything looking perfect!

Example

index.mdx
import { Callout } from "@futurethemes/galaxy:components";
<Callout>
# Hello there
## General Kenobi
Fancy seeing you here!
</Callout>

Props

class

string

Pass arbitrary classes to your final <section> tag.

Tailwind classes are allowed!