Skip to main content

Get Involved

Whether you are a developer, designer, writer, project builder, or just someone passionate about Cardano.

Highlight Callout

HighlightCallout

A soft tinted strip with an optional icon and free-form content. Use it for short summaries, key takeaways, or governance statements that should stand apart from surrounding text.

Basic Usage

import HighlightCallout from '@site/src/components/Layout/HighlightCallout';
import { FaShieldAlt } from 'react-icons/fa';

<HighlightCallout icon={<FaShieldAlt />}>
Together, they represent, validate, and safeguard Cardano governance.
No single group can make decisions alone.
</HighlightCallout>

Props

PropTypeDefaultDescription
iconReactNodeIcon shown in a tinted circle on the left. Omit for a text-only callout.
childrenReactNodeBody content (plain text, paragraphs, or any React node).
classNamestringAdditional class name on the root element.

Live Preview

Together, they represent, validate, and safeguard Cardano governance. No single group can make decisions alone.


This component pairs well with sections that explain ecosystem roles or principles.