Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created May 9, 2023 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KatieBarnett/7ffc80076924b3f540ee7a154137d7df to your computer and use it in GitHub Desktop.
Save KatieBarnett/7ffc80076924b3f540ee7a154137d7df to your computer and use it in GitHub Desktop.
TextComponentPreview
@Preview
@Composable
fun TextComponentPreview(
@PreviewParameter(TextConfigProvider::class) data: String
) {
MaterialTheme {
Text(data)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment