pianello-api/resources/views/components/base/menu/divider.blade.php

4 lines
168 B
PHP
Raw Permalink Normal View History

<div
{{ $attributes->class(['h-px my-2 -mx-2 bg-slate-200/60 dark:bg-darkmode-400'])->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}>
</div>