الصفحات · Laravilt
Split
Two-pane layout component
Two-pane layout for content and sidebar.
Basic Usage
php
Left/Right Aliases
php
Responsive Breakpoint
php
Custom Column Spans
php
Methods
| Method | Description |
|---|---|
make(string) | Create split |
fromBreakpoint(string) | Stack breakpoint |
startSchema(array) | Left content |
endSchema(array) | Right content |
leftSchema(array) | Alias for start |
rightSchema(array) | Alias for end |
startColumnSpan(string|int) | Left width |
endColumnSpan(string|int) | Right width |
Getters
| Method | Return |
|---|---|
getFromBreakpoint() | string |
getStartSchema() | array |
getEndSchema() | array |
getLeftSchema() | array |
getRightSchema() | array |