Last active
February 3, 2025 09:50
-
-
Save Sottti/75cae1204477b6f5da76eb601f8b6b05 to your computer and use it in GitHub Desktop.
Typical example of how you wrote previews
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
@Composable | |
@LightDarkPreview | |
internal fun EditVehicleAvailabilityUi( | |
@PreviewParameter(EditVehicleAvailabilityPreviewParameterProvider::class) | |
state: EditVehicleAvailabilityViewState, | |
) { | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to https://gist.github.com/Sottti/b04d76057b73baedc4285be39e4769a8