Skip to content

Commit

Permalink
Merge pull request #1519 from shevelev-anatoliy/patch-1
Browse files Browse the repository at this point in the history
chore: Dropdown Component
  • Loading branch information
lee-to authored Feb 3, 2025
2 parents 505f32f + 17dd019 commit 4f51fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/src/Components/Dropdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Illuminate\View\ComponentSlot;

/**
* @method static static make(?string $title = null, Closure|string $toggler = '', Closure|Renderable|string $content = '', Closure|array $items = [], bool $searchable = false, Closure|string $searchPlaceholder = '', string $placement = 'bottom-start')
* @method static static make(?string $title = null, Closure|string $toggler = '', Closure|Renderable|string $content = '', Closure|array $items = [], bool $searchable = false, Closure|string $searchPlaceholder = '', string $placement = 'bottom-start', Closure|string $footer = '')
*/
final class Dropdown extends MoonShineComponent
{
Expand Down

0 comments on commit 4f51fc1

Please sign in to comment.