Interface: FeatureCardProps

Properties

title

title: string

Feature title

icon

optional

icon: ReactNode

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

details

details: string

Feature description

link

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


← DangerProps | FeatureItem →