Use for Main Content Card on SmartERP System.
Last updated 1 year ago
Was this helpful?
grid
tailwindcss class name
divide columns for contents
class
If you're using a sample layout card just apply this to the file blade
<x-main-card> Single Card </x-main-card>
In case multi card in the layout card
<x-main-card grid="1"> <x-card-inner> Multi Card </x-card-inner> <x-card-inner> Multi Card </x-card-inner> </x-main-card>