Join Slack
Powered by
Hello everyone! I made a Compose library for simpl...
# feed
c
cheonjaewoong
08/15/2023, 6:47 AM
Hello everyone! I made a Compose library for simple grid layout (non-lazy grid layout). This library includes grid layout composables with similar API to lazy grid. For example:
Copy code
VerticalGrid( columns = SimpleGridCells.Fixed(3), modifier = modifier, ) { // ... }
https://github.com/cheonjaewoong/gridlayout-compose
🎉 3
2
Views
Open in Slack
Previous
Next