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

iOS: New Reference Asset - Choice #183

Open
hborawski opened this issue Oct 17, 2023 · 1 comment
Open

iOS: New Reference Asset - Choice #183

hborawski opened this issue Oct 17, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@hborawski
Copy link
Contributor

hborawski commented Oct 17, 2023

Depends on #181

Consuming the new core choice, provide a rendering implementation in SwiftUI that displays the asset a list of "tiles". While the React implementation will use radio buttons, that UX is not as ideal on mobile devices, and we should opt for slightly larger controls.

A "tile" can be described as follows:

  • A tile is a container with rounded corners, and a slight shadow to lift it off the content behind it
  • A tile that is currently selected has no shadow, and a green stroke around the border of the tile

For this choice asset:

  • Render the label of each choice entry inside each tile

  • Render the title of the choice above the list of tiles

  • Render validation information below the list of tiles

@hborawski hborawski added enhancement New feature or request good first issue Good for newcomers hacktoberfest labels Oct 17, 2023
@GauravKesarwani
Copy link

GauravKesarwani commented Oct 19, 2023

@mercillo @hborawski Can I work on this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants