Skip to content

ArdoFeatureCardProps

Interface ArdoFeatureCardProps

API / interfaces / ardofeaturecardprops

Interface: ArdoFeatureCardProps

Properties

title

title: string

Feature title

icon

optional

icon: ReactNode

Icon as ReactNode (emoji, Lucide icon component, or any JSX)

children

children: ReactNode

Feature description as children

optional

link: string

Optional link

linkText

optional

linkText: string

Link text (defaults to "Learn more")

className

optional

className: string

Additional CSS class

Source

ui/components/Features.tsx:18


← ArdoDangerProps | ArdoFeaturesProps →