Skip to content

Add the labelClassName parameter to groups #255

@ferhoyos

Description

@ferhoyos

It would be great to add a labelClassName parameter to the DefaultGroup component to allow modifying the CSS style of the group label. Currently, it is possible to use labelClassName with nodes, but not with groups.

interface DefaultNodeProps {
  ...
  /** Additional classes to add to the label */
  labelClassName?: string;
  ...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions