Created
August 18, 2021 19:15
-
-
Save rubenquadros/90bfd8e75e321b94dd65e38eb942c3dc to your computer and use it in GitHub Desktop.
Initial preview of home app bar
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
@Preview(showBackground = true) | |
@Composable | |
fun HomeAppBarPreview() { | |
HomeAppBar( | |
title = "EpicWorld", | |
openSearch = {}, | |
openFilters = {} | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment