View Source Phoenix.WebComponent.PageFooter (Phoenix.WebComponent v3.2.4)

render Page footer

Link to this section Summary

Functions

Generates a Page footer.

Link to this section Functions

Generates a Page footer.

example

Example

<.wc_page_footer>
  <:section class="">
    ABC
  </:section>
  <:copyright>
    (^_^)
  </:copyright>
</.wc_page_footer>

attributes

Attributes

  • id (:any) - html attribute id. Defaults to false.
  • class (:any) - html attribute class. Defaults to "".

slots

Slots

  • section - Page footer section. Accepts attributes:
    • class (:string)
    • title (:string)
    • title_class (:string)
    • body_class (:string)
  • copyright - Page footer right side copyright. Accepts attributes:
    • class (:string)
    • title (:string)
    • title_class (:string)
    • body_class (:string)