Hero

Usage

<Hero
  name?={string}
  text?={string}
  tagline?={string}
  image?={string | HeroImage}
  actions?={HeroAction[]}
  className?={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

Source


← Header | HomePage →