Merge two cards with different number of columns without having borders

What's the correct way to do this?
Forms\Components\Card::make()
->schema([
Forms\Components\Card::make()
->schema([
])->columns(2),
Forms\Components\Card::make()
->schema([
])->columns(3),
])->columnSpan(2)
Forms\Components\Card::make()
->schema([
Forms\Components\Card::make()
->schema([
])->columns(2),
Forms\Components\Card::make()
->schema([
])->columns(3),
])->columnSpan(2)
3 Replies
Dan Harrin
Dan Harrin2y ago
use Grid instead of Card internally
Pasteko
PastekoOP2y ago
Tried everything with Group etc.. I was thinking Grid was only for more complex layouts... Thank you
Dan Harrin
Dan Harrin2y ago
grid is card without the border etc
Want results from more Discord servers?
Add your server