microsoft/react-native-gallery

Add radio group/button example page

Closed this issue · 2 comments

Radio buttons are a commonly used control for desktop applications (in fact in the WinUI gallery it's categorized as "basic input"). There should be an example in Gallery of how to use them.
image

There are two main options that present themselves today:

Would lean towards the former to start with since we already have a RNX page to cover the general concept, but it also wouldn't be bad to include within the page.

(drive by comment) If using a JS only control, the FURN Radiogroup might be an option

(drive by comment) If using a JS only control, the FURN Radiogroup might be an option

I love drive by comments from Saad!
You're right. And it'd be more Fluent than the cross-platform module I used (see #411). As is I provided 2 samples:

  1. cross-platform module (not Fluent)
  2. react-native-xaml Windows-specific (very Fluent)

FURN would solve both.

Buuuuuut.... to incorporate FURN into Gallery (Which I want to do! Will open an issue from this comment), I think we first need to address these:

Maybe we can partner up and fixing these and getting FURN in this Gallery app?