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
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| ctaText* | string | — | |
| description* | string | — | |
| features | string[] | [] | Pre-resolved feature labels, rendered as a "·"-joined list. |
| href | string | /fellows | |
| title* | string | — |