Components
/Guide Card
GuideCard
A card component that displays content with a title and optional icon. The entire card is clickable and links to the specified URL.
Examples
Props
childrenReact.ReactNodeRequiredhrefstringRequiredtitlestringiconReact.ReactNodekind"secondary"size"sm" | "md"classNamestringasReact.ElementType<any, keyof IntrinsicElements>
Content to be displayed in the card body
URL the card links to
Title displayed at the top of the card
Optional icon displayed to the left of the content
Visual style variant of the card
Size variant of the card
Additional CSS class names to apply to the card
Additional props to pass to the link element
Built with
Show your support! Star us on GitHub ⭐️