Components

The Join components include the following:

  • Join - Wraps around elements to join them together horizontally or vertically.
  • Button - Can be used as a join item.
  • FileInput - Can be used as a join item.
  • Input - Can be used as a join item.
  • Flex - Can be used as a join item.
  • Select - Can be used as a join item.
  • Text - Can be used as a join item.
  • Input - Can be used as a join item.

Join

The Join component wraps around a set of elements and joins them together. It replaces traditional component groups like ButtonGroup and InputGroup, offering more flexibility by working with various elements including buttons, inputs, text blocks, and more.

Button

The Button component can be used as a join item by adding the join prop.

Input

The Input component can be used as a join item by adding the join prop.

Flex

The Flex component can be used as a join item by adding the join prop.

Select

The Select component can be used as a join item by adding the join prop.

Text

The Text component can be used as a join item by adding the join prop.

Input

The Input component can be used as a join item by adding the join prop.