Skip to content

ArdoHeroProps

Interface ArdoHeroProps

API / interfaces / ardoheroprops

Interface: ArdoHeroProps

Properties

name

optional

name: string

Large title displayed prominently

text

optional

text: string

Secondary text below the name

tagline

optional

tagline: string

Descriptive tagline

image

optional

image: string | ArdoHeroImage

Hero image - can be a string URL or an object with light/dark variants

actions

optional

actions: ArdoHeroAction[]

Call-to-action buttons

className

optional

className: string

Additional CSS class

version

optional

version: string

Version string displayed as a pill badge above the name

Source

ui/components/Hero.tsx:30


← ArdoHeroImage | ArdoInfoProps →