Skip to main content

Interface: GroupProps

Defined in: components/Group/Group.tsx:33

Props for the Group component.

Extends

  • Omit<RACGroupProps, "style" | "className" | "children">

Properties

children?

optional children?: ReactNode

Defined in: components/Group/Group.tsx:52

The related controls to group.


evaluation?

optional evaluation?: "primary" | "muted"

Defined in: components/Group/Group.tsx:50

Authorial emphasis of the frame chrome. primary is the standard grouping boundary; muted is a subdued variant for dense layouts.

Default

'primary'

label?

optional label?: ReactNode

Defined in: components/Group/Group.tsx:44

Optional visible label for the group. When provided it is rendered above the grouped content and wired to the role="group" region via aria-labelledby, giving the region an accessible name. Supply caller-localized copy (i18n rule / §6) — it is display text, not a flow-critical label, so it has no default.