forms

Tailwind CSS Join (Group Items)

Join serves as a container for grouping multiple items, accommodating buttons, inputs, or any other elements. It applies border radius to both the first and last items, allowing for the creation of horizontal or vertical lists of items.

Class Name
Type
Description
joinComponentContainer for grouping multiple items
join-itemComponentItem inside join. Can be a button, input, etc.
join-verticalResponsiveShow items vertically

Basic join elements example.

Basic join elements example using icons.

Group items vertically.

it’s vertical on small screen and horizontal on large screen.

Basic join example illustrating the integration of multiple elements.

The default shape of the join can be altered by using TailwindCSS Border Radius utility classes.

You can also join input and dropdown.