forms

Tailwind CSS Join (Group Items)

Join acts as a container for grouping items like buttons and inputs, applying border radius to the first and last items for horizontal or vertical lists.

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.