Headers

Headers are Tile variations - Headers do not have an Image as the parent component of the Tile component.

API

See Tiles for API reference.

Examples

Header / Article

Header / Article example

JSX Declaration

<Tile styleName="text-centric">
  <Title styleName="sm-gutter-bottom">MIKE PATTON TEAMING WITH JOHN KAADA FOR COLLAB ALBUM BACTERIA CULT</Title>
  <Caption>Sophia Jackson        2 hours ago</Caption>
</Tile>

Header / Shop item

Header / Shop item example

JSX Declaration

<Tile styleName="text-centric">
  <Overlay><Heading>-20%</Heading></Overlay>
  <Title styleName="md-gutter-top">COOL BLACK AND WHITE STYLISH WATCHES</Title>
  <Subtitle styleName="line-through sm-gutter-top">$280.00</Subtitle>
  <Heading>$250.00</Heading>
  <Button styleName="dark md-gutter-top"><Icon name="cart" /><Text>ADD TO BASKET</Text></Button>
</Tile>

Header / Deals item

Header / Deals item example

JSX Declaration

<Tile styleName="text-centric">
  <Title>MIKE PATTON TEAMING WITH JOHN KAADA</Title>
  <Subtitle styleName="line-through sm-gutter-top">$150.00</Subtitle>
  <Heading>$99.99</Heading>
  <Button styleName="dark md-gutter-top"><Text>CLAIM COUPON</Text></Button>
</Tile>

Header / Products item

Header / Products item example

JSX Declaration

<Tile styleName="text-centric">
  <Title styleName="md-gutter-bottom">SMOKED SALMON, CLASSIC CONDIMENTS, BRIOCHE</Title>
  <Overlay styleName="solid-dark">
    <Subtitle styleName="sm-gutter-horizontal">$18.30</Subtitle>
  </Overlay>
</Tile>