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 RadioPanel component #1289

Open
scurker opened this issue Nov 14, 2023 · 0 comments
Open

Add RadioPanel component #1289

scurker opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
rfc An issue proposing a new significant change

Comments

@scurker
Copy link
Member

scurker commented Nov 14, 2023

RadioPanel is an enhanced radio input component that provides more advanced capabilities than what RadioGroup currently offers.

<RadioPanel
  label="required"
  name="required"
  description="optional"
>
  {children}
</RadioPanel>

This will be a replacement for the existing RadioCardGroup component, and that component will be deprecated.

Todo:

  • Determine how best to associate the group of radio controls with the group label
  • Needs a focus ring (design)
  • Needs to be added to the pattern library (design)

Example from uxpin below:

https://preview.uxpin.com/a0c21bf3c0b5da258d8f21e322a61e553748cd37#/pages/151904726/simulate/no-panels?mode=cvid

@scurker scurker added the rfc An issue proposing a new significant change label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rfc An issue proposing a new significant change
Projects
None yet
Development

No branches or pull requests

2 participants