Skip to content

Conversation

@TribeWeb
Copy link
Contributor

πŸ”— Linked issue

Resolves #3994

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

The RadioGroup has variants list, card and table. The new CheckboxGroup component doesn't have table. Since radio buttons and checkboxes often appear together in a form, it is helpful to have the table variant as an option.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Apr 28, 2025

npm i https://pkg.pr.new/@nuxt/ui@3997

commit: b3b094c

@benjamincanac benjamincanac added the v3 #1289 label May 7, 2025
@benjamincanac benjamincanac changed the title feat: add table variant feat(CheckboxGroup): add table variant May 10, 2025
@benjamincanac
Copy link
Member

Thanks for adding this! I've pushed a few fixes to make the color work!

I initially removed the table variant from the Checkbox component but didn't think it could work to only add it in CheckboxGroup so nice one 😊

@benjamincanac benjamincanac merged commit 1b6ab27 into nuxt:v3 May 13, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v3 #1289

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CheckboxGroup] Add variant="table" to match RadioGroup variants

6 participants