Card

# Basics

To create cards in the admin panel, use the moonshine::card component.

<x-moonshine::card
url="#"
thumbnail="/images/image_1.jpg"
:title="fake()->sentence(3)"
:subtitle="date('d.m.Y')"
:values="['ID' => 1, 'Author' => fake()->name()]"
>
<x-slot:header>
<x-moonshine::badge color="green">new</x-moonshine::badge>
</x-slot:header>
 
{{ fake()->text() }}
 
<x-slot:actions>
<x-moonshine::link-button href="#">Read more</x-moonshine::link-button>
</x-slot:actions>
</x-moonshine::card>
Et explicabo laudantium unde.
new

Et explicabo laudantium unde.

18.10.2024
ID: 1
Author: Andrew Hessel
Laudantium vitae et aut laudantium. Quibusdam pariatur aspernatur excepturi quaerat culpa sed iusto.

# Overlay mode

The overlay mode is available for the card.

<x-moonshine::card
url="#"
:overlay="true"
thumbnail="/images/image_1.jpg"
:title="fake()->sentence(3)"
:subtitle="date('d.m.Y')"
:values="['ID' => 1, 'Author' => fake()->name()]"
>
<x-slot:header>
<x-moonshine::badge color="green">new</x-moonshine::badge>
</x-slot:header>
 
{{ fake()->text() }}
 
<x-slot:actions>
<x-moonshine::link-button href="#">Read more</x-moonshine::link-button>
</x-slot:actions>
</x-moonshine::card>
ID: 1
Author: Prof. Antonia O'Reilly
Velit ipsa hic veritatis illum. Dolore cumque excepturi voluptatibus nisi numquam mollitia voluptates. Eos mollitia sequi aut et.

To add an images carousel to a card, you can add to thumbnail parameter array of images.

<x-moonshine::card
url="#"
:overlay="true"
:thumbnail="['/images/image_1.jpg', '/images/image_2.jpg']"
:title="fake()->sentence(3)"
:subtitle="date('d.m.Y')"
:values="['ID' => 1, 'Author' => fake()->name()]"
>
<x-slot:header>
<x-moonshine::badge color="green">new</x-moonshine::badge>
</x-slot:header>
 
{{ fake()->text() }}
 
<x-slot:actions>
<x-moonshine::link-button href="#">Read more</x-moonshine::link-button>
</x-slot:actions>
</x-moonshine::card>
new

Ad fuga et est.

18.10.2024
ID: 1
Author: Shirley Blick
Doloremque ut aut ad quia placeat qui maxime. Nihil adipisci earum consequuntur minus laborum. Autem odit eum labore.