Join is a versatile component that wraps around a set of elements and joins them together. It replaces traditional component groups like ButtonGroup and InputGroup, offering more flexibility by working with various elements including buttons, inputs, text blocks, and more.
The Join component wraps around a set of elements and joins them together. It replaces traditional component groups like ButtonGroup and InputGroup, offering more flexibility by working with various elements including buttons, inputs, text blocks, and more.
Join Props
Type
Description
vertical
boolean
When set to true, joins elements vertically instead of the default horizontal layout.
Join Slots
Description
default
The default slot. Content to be joined together. Child elements should have the join prop or join-item class.
As of DaisyUI Kit v5.0.0, the Label component has a new input slot that allows you to place an input element inside a label. This is preferred over the Join component.