How do we preview multiple composable functions in...
# compose
s
How do we preview multiple composable functions in same file separately?
s
You can create
@Preview
functions for each scenario you want to test and the previews will appear next to each other.