Group
Merges multiple toggle, button or field inputs.
Importing
1
import { Group } from '@infinityfx/fluid';Usage
Usage
API reference
Group Props
split?
boolean
false
Leaves gap spacing between grouped elements.
direction?
'horizontal' | 'vertical'
'horizontal'
The layout direction of the grouped elements.
dividers?
boolean
false
Shows dividers between adjacent elements (only applies when split is false).