A flexible layout component for arranging form elements with customizable spacing.
The component can be imported via:
The FormLayoutGroup is used for horizontally aligning form items within a FormLayout. This is useful for grouping related inputs such as first and last names or other paired fields.
The gap prop allows you to control the spacing between child elements. This should not be used unless explicitly told by a designer.
PlumaFormLayout extends StackThe space between rows. See space tokens / MDN Gap
PlumaFormLayoutGroup extends BoxThe space between columns. See space tokens / MDN Gap