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.
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
.
To learn more about dropdowns, refer to the
Dropdown
documentation.