Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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