Investment Poster

Display a project image with superimposed Avatar and Sparkline. All properties are required. This component has a minimum width and height but you override the styling with utility classes.

'coverImage' => asset('images/dummy/project-1.jpg'),
'avatarImage' => asset('images/dummy/avatar-1.jpg'),
'points' => array(14, 15, 10, 11, 7, 5, 3, 7, 0, 5, 10, 11),
Projekt Bild
<x-investmentPoster class="w-[480px]" cover-image="path/to/image" avatar-image="path/to/image" :$points />