DaisyUIComponents.Footer (DaisyUIComponents v0.8.4)

View Source

Footer component

https://daisyui.com/components/footer/

Summary

Functions

Renders a Footer

Attributes

  • class (:any) - Defaults to nil.
  • Global attributes are accepted.

Slots

  • inner_block (required)

Functions

footer(assigns)

Renders a Footer

Examples

<.footer class="sm:footer-horizontal bg-neutral text-neutral-content p-10">
  <nav>
    <.footer_title>Services</.footer_title>
  </nav>
</.footer>

Attributes

  • class (:string) - Defaults to nil.
  • direction (:string) - Must be one of "horizontal", or "vertical".
  • placement (:string) - Must be one of "center".
  • Global attributes are accepted.

Slots

  • inner_block (required)