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 c-radio components and composables #210

Open
TylerAPfledderer opened this issue Oct 25, 2022 · 0 comments
Open

Add c-radio components and composables #210

TylerAPfledderer opened this issue Oct 25, 2022 · 0 comments
Labels
☄️ core team This issue/pull request has been opened by a Vue core team member type: contributions welcome 💚 Contributions are welcome! type: feature or enhancement ⚡️ New feature or request

Comments

@TylerAPfledderer
Copy link
Collaborator

Used in forms when a user needs to select a single value from several options.

This is a set of components and composables, including:

  • Radio to render a single radio
  • RadioGroup for form control with a set of radios (using either Radio or the native element)
  • useRadio and useRadioGroup that can be used instead to create custom radios.

See React Package Radio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☄️ core team This issue/pull request has been opened by a Vue core team member type: contributions welcome 💚 Contributions are welcome! type: feature or enhancement ⚡️ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant