Skip to content

feat(CheckboxGroup): add table variant #3997

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

Open
wants to merge 18 commits into
base: v3
Choose a base branch
from
Open

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.

Copy link

pkg-pr-new bot commented Apr 28, 2025

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

commit: b7fe2de

@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
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