Park UI

Group

Used to group and attach elements together

1
2

Installation

Usage

Examples

Button

Here's an example of using the Group component to group buttons together.

Attached

Use the attached prop to attach the children together.

Commit status
90+

Grow

Use the grow prop to make the children grow to fill the available space.

Props

PropDefaultType
orientation'horizontal'
'horizontal' | 'vertical'
attached
boolean
grow
boolean
stacking
'first-on-top' | 'last-on-top'