-
-
Save skydoves/025dfff5c65475ee2f319e84e7f1f07b to your computer and use it in GitHub Desktop.
ignore
This file contains hidden or 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
| @IgnoreStabilityReport | |
| @Preview | |
| @Composable | |
| fun UserCardPreview() { | |
| UserCard(user = User("John", 30)) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment