View Source DaisyUIComponents.Join (DaisyUIComponents v0.1.6)

Button Group component

https://daisyui.com/components/join/

Summary

Functions

Join elements

Functions

Join elements

Examples

<.join>
  <.button class="join-item" active>Button</.button>
  <.button class="join-item">Button</.button>
  <.button class="join-item">Button</.button>
</.join>

Attributes

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

Slots

  • inner_block (required)