callstack / callstack/react-native-paper
RadionButton doesn't seem to implement MD3
- Vorherrschende Sprache
- TypeScript
- Sterne
- 14.5k
- Forks
- 2.2k
- Ø Merge
- 5 T. 23 Std.
- Gemergte PRs (30 T.)
- 12
Beschreibung
### Current behaviour
According to the MD3 spec (https://m3.material.io/components/radio-button/guidelines), `RadioButton` should have a different look-n-feel than it currently does. For example, in "leading" mode the label should follow the button after some margin but instead its right-aligned towards then end of the screen:
```tsx
```
### Expected behaviour
`RadioButton` should match the MD3 spec.
### How to reproduce?
Just use `RadioButton` and compare it to the MD3 spec.
### Preview

### What have you tried so far?
Tried different combinations of `RadioButton.Group`, `RadioButton`, and `RadioButton.Android`.
### Your Environment
| software | version
| --------------------- | -------
| ios | x
| android | x
| react-native | 0.71.14
| react-native-paper | 5.11.4
| node | 18.16.1
| npm. | 9.5.1
| expo sdk | not used
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.