--- title: Join desc: Join is a container for grouping multiple items, it can be used to group buttons, inputs, etc. Join applies border radius to the first and last item. Join can be used to create a horizontal or vertical list of items. layout: components classnames: component: - class: join desc: For grouping multiple items - class: join-item desc: Item inside join. Can be a button, input, etc. direction: - class: join-vertical desc: Show items vertically - class: join-horizontal desc: Show items horizontally --- ### ~Join