-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Short description This PR introduces a refinement to `ListItemRadio` component to handle loading state and support payment logo rendering in place of an icon in exclusion of it. ListItemRadio props `startImage` replaces the flat `icon` or `paymentLogo` props to solve an issue in `RadioGroup` usage that was not recognizing the correct prop spec in its usage. ## List of changes proposed in this pull request - Refinement `ListItemRadio` - Refinement `RadioGroup` ## How to test Check the `Selection` page on example app. --------- Co-authored-by: Damiano Plebani <[email protected]>
- Loading branch information
1 parent
2f4962b
commit 276bd17
Showing
3 changed files
with
158 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters