YuhuanStudioYunUIDocs
Patterns

FellowsBanner

Clickable gradient promo banner with title, features, and a CTA.

A compact, clickable promo banner — a gradient card with an icon, title, description, an optional features list (rendered as a "·"-joined line), and a call-to-action. The whole card is a link via the injected routing adapter, so it navigates to href on click.

Import

import { FellowsBanner } from "@yuhuanowo/yunui/patterns";

Basic

Without features

The features list is optional — omit it for a minimal banner.

Props

PropTypeDefaultDescription
classNamestring
ctaText*string
description*string
featuresstring[][]Pre-resolved feature labels, rendered as a "·"-joined list.
hrefstring/fellows
title*string

On this page