Card

Вы просматриваете документацию старой версии MoonShine. Рассмотрите возможность обновления вашего проекта до MoonShine 2.x.

# Основы

Для создания карточек в админ-панели используется компонент moonshine::card

<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 href="#">Read more</x-moonshine::link>
</x-slot:actions>
</x-moonshine::card>
Sed occaecati nemo nemo.
new

Sed occaecati nemo nemo.

ID: 1
Author: Prof. Cleo Weimann
Ipsa cupiditate quos nisi sed quae rerum in. Quia odio nostrum est perspiciatis iste quia aspernatur. Distinctio illum omnis blanditiis aut et. Inventore eos et id et consequuntur ut rerum.

# Overlay режим

Для карточки доступен режим overlay

<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 href="#">Read more</x-moonshine::link>
</x-slot:actions>
</x-moonshine::card>
ID: 1
Author: Marjory Lynch
Placeat consequatur ratione repudiandae placeat eligendi labore. Laudantium blanditiis corporis inventore saepe nobis aut. Necessitatibus est tempora quisquam ut rem sed quam.