Skip to content

Instantly share code, notes, and snippets.

@Sottti
Last active February 3, 2025 09:50
Show Gist options
  • Save Sottti/75cae1204477b6f5da76eb601f8b6b05 to your computer and use it in GitHub Desktop.
Save Sottti/75cae1204477b6f5da76eb601f8b6b05 to your computer and use it in GitHub Desktop.
Typical example of how you wrote previews
@Composable
@LightDarkPreview
internal fun EditVehicleAvailabilityUi(
@PreviewParameter(EditVehicleAvailabilityPreviewParameterProvider::class)
state: EditVehicleAvailabilityViewState,
) {
...
}
@Sottti
Copy link
Author

Sottti commented Feb 3, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment