Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created November 9, 2025 07:38
Show Gist options
  • Select an option

  • Save skydoves/025dfff5c65475ee2f319e84e7f1f07b to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/025dfff5c65475ee2f319e84e7f1f07b to your computer and use it in GitHub Desktop.
ignore
@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