The Components
component has no visual features; it is used for the quick output of a set of components.
make(iterable $components = [])
make(iterable $components = [])
$components
- an array of components.
use MoonShine\UI\Components\Components;Components::make([// components]);
use MoonShine\UI\Components\Components;Components::make([// components]);