SurfaceBulma.Card.Footer (surface_bulma v0.6.1)

The Card.Footer component acts as a list of for several Card.FooterItem elements

<Card.Footer>
  <Card.FooterItem><a href="#">...</a></Card.FooterItem>
  <Card.FooterItem><a href="#">...</a></Card.FooterItem>
  <Card.FooterItem><a href="#">...</a></Card.FooterItem>
</Card.Footer>

Slots

  • footer_items, required: true - Multi-purpose container for any other element

Summary

Functions

Link to this function

render(assigns)

Callback implementation for Surface.Component.render/1.