Skip to content

Hero

Usage

<Hero
  name?={string}
  text?={string}
  tagline?={string}
  image?={string | HeroImage}
  actions?={HeroAction[]}
  className?={string}
  version?={string}
/>

Props

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

Source


← Header | HomePage →