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

Closed
ferhoyos opened this issue Nov 18, 2024 · 0 comments · Fixed by #263
Closed

Add the labelClassName parameter to groups #255

ferhoyos opened this issue Nov 18, 2024 · 0 comments · Fixed by #263
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;
  ...
@github-project-automation github-project-automation bot moved this to Needs triage in PatternFly Issues Nov 18, 2024
@jenny-s51 jenny-s51 self-assigned this Nov 19, 2024
@jenny-s51 jenny-s51 linked a pull request Dec 11, 2024 that will close this issue
7 tasks
@github-project-automation github-project-automation bot moved this from Needs triage to Done in PatternFly Issues Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants