We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Awesome framework! Please, consider looking into the following issue:
I'm trying to embed Grid into the following setup:
import ExyteGrid import SwiftUI struct Test: View { var body: some View { NavigationView { Grid(tracks: 3) { Color(.blue) Color(.purple) Color(.red) Color(.cyan) Color(.green) Color(.orange) } } } } struct Test_Previews: PreviewProvider { static var previews: some View { Test() } }
The result:
Xcode Version 12.0 (12A7209) ExyteGrid (0.1.0) iOS 14.0
The text was updated successfully, but these errors were encountered:
Same issue here!
Sorry, something went wrong.
No branches or pull requests
Awesome framework! Please, consider looking into the following issue:
I'm trying to embed Grid into the following setup:
The result:
The text was updated successfully, but these errors were encountered: