Skip to content

Commit

Permalink
docs(hero): react - add borderless prop to the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
monicawheeler committed Nov 7, 2023
1 parent d9bf716 commit 4ee4219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sage-react/lib/Hero/Hero.story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ When the Hero is set to borderless and has a custom background color, the Hero w
description="Did you know we offer free workshops? Kajabi experts host live workshops every week on topics from marketing your products to building out your Kajabi account."
heroSize="small"
customBackgroundColor="#e6f4fe"
borderless={true}
image={{
src: `${heroFull}`,
alt: 'Multi layered illustration of UI elements and woman clasping her hands together in excitement'
Expand Down Expand Up @@ -178,6 +179,7 @@ Contained images within a Hero component will have margins that push the image a
heroSize="small"
customBackgroundColor="#e6f4fe"
contained={true}
borderless={true}
image={{
src: `${heroContained}`,
alt: 'Multi layered illustration of UI elements and woman smiling to the camera'
Expand Down

0 comments on commit 4ee4219

Please sign in to comment.