--- 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
```html
``` ### ~Group items vertically
```html
``` ### ~Responsive: it's vertical on small screen and horizontal on large screen
```html
``` ### ~With extra elements in the group #### Even if join-item is not a direct child of the group, it still gets the style
new
```html
new
``` ### ~Custom border radius
```html
``` ### ~Join radio inputs with btn style
```html
```