Infolist Builder - Layout
Card
Overview
The card component may be used to render the infolists components inside a card:
use Filament\Infolists\Components\Card; Card::make() ->schema([ // ... ])
Using grid columns within a card
You may use the columns()
method to easily create a grid within the card:
use Filament\Infolists\Components\Card; Card::make() ->schema([ // ... ]) ->columns(2)
Edit on GitHubStill need help? Join our Discord community or open a GitHub discussion