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