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

Radio Button #27

Open
JamesGelok opened this issue Oct 19, 2020 · 3 comments
Open

Radio Button #27

JamesGelok opened this issue Oct 19, 2020 · 3 comments
Labels

Comments

@JamesGelok
Copy link

JamesGelok commented Oct 19, 2020

Radio Button

A radio button or option button is a graphical control element that allows the user to choose only one of a predefined set of mutually exclusive options.

Functionality

This component should use the HTML <input type="radio" /> element under the hood.

Best practices

TODO

Cover best practices, pitfalls, intricacies or any other non-obvious things to keep in mind.

Implementation

TODO

Cover implementation details, possibly get into framework specific nuances.

Examples

TODO

If possible, provide links to a few implementations of this component.

Accessibility

TODO

Cover relevant accessibility requirements. If a WAI-ARIA design pattern exists for this component, provide links to the relevant sections.

Resources

TODO

List the resources used to put the play together.

Visuals

TODO

Any relevant visuals that help describe the component.

Additional context

TODO

Anything that does not fit into the other categories.
@raunofreiberg
Copy link
Owner

Nice! I implemented this component a while ago but didn't push the changes. I've added the visual preview in 1be634d.

image

Feel free to carry on! ✌️

@zt4ff
Copy link

zt4ff commented Apr 24, 2021

I would love to carry on with this
This will be my first time contributing to open source
is there something I should know, please?

@LukasPolak
Copy link

@zt4ff check CONTRIBUTING guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants