infima icon indicating copy to clipboard operation
infima copied to clipboard

Hero with image

Open psztoch opened this issue 1 year ago • 1 comments

Please add support and example for hero with image. https://infima.dev/docs/components/hero

psztoch avatar May 21 '24 07:05 psztoch

Hi, hero doesn't do anything special—it's just some nicely positioned boxes. You can just add one yourself:

.hero.my-landing-page-hero {
  background-image: url("....");
}

Josh-Cena avatar Jul 18 '24 22:07 Josh-Cena