Skip to content

ArdoHero

ArdoHero component

ArdoHero

Usage

<ArdoHero
  name?={string}
  text?={string}
  tagline?={string}
  image?={string | ArdoHeroImage}
  actions?={ArdoHeroAction[]}
  className?={string}
  version?={string}
/>

Props

PropTypeRequiredDescription
namestringNoLarge title displayed prominently
textstringNoSecondary text below the name
taglinestringNoDescriptive tagline
image`stringArdoHeroImage`No
actionsArdoHeroAction[]NoCall-to-action buttons
classNamestringNoAdditional CSS class
versionstringNoVersion string displayed as a pill badge above the name

Source


← ArdoHeader | ArdoHomePage →