Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the labelClassName parameter to groups #255

Open
ferhoyos opened this issue Nov 18, 2024 · 0 comments
Open

Add the labelClassName parameter to groups #255

ferhoyos opened this issue Nov 18, 2024 · 0 comments
Assignees

Comments

@ferhoyos
Copy link

ferhoyos commented Nov 18, 2024

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;
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs triage
Development

No branches or pull requests

2 participants