Layout
ComponentContainer
Responsive max width container wrapper enforcing consistent horizontal padding and center alignment across screen sizes.
Component Syntax
blade
<x-aura::container size="7xl">
<!-- Page content -->
</x-aura::container>
1. Default Container
blade
Container Content (sm size)
2. Custom Container Sizes
blade
size="md" (max-w-md)
size="xl" (max-w-xl)
Component Props
Available properties and configurations for the container component.