ContainerIconList
extends Component
in package
Table of Contents
- $items : array<string|int, mixed>
- $label : string
- __construct() : mixed
- Create a new component instance.
- render() : View|Closure|string
- Get the view / contents that represent the component.
Properties
$items
public
array<string|int, mixed>
$items
$label
public
string
$label
Methods
__construct()
Create a new component instance.
public
__construct(string $label, array<string|int, mixed> $items) : mixed
Parameters
- $label : string
- $items : array<string|int, mixed>
-
- Array['label' => 'icon']
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|Closure|string