Skip to content

Commit

Permalink
feat: open recent menu chevron (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
j4k0xb committed Jun 8, 2024
1 parent 4674329 commit 2974a0c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/playground/src/components/menu/MenuDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ export default function MenuDropdown(props: ParentProps<Props>) {
<div tabindex="0" role="button">
{props.title}
</div>
<svg
class="ml-auto"
width="20"
height="20"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M9 6l6 6l-6 6" />
</svg>
<ul
tabindex="0"
class="dropdown-content z-10 menu ml-0 p-2 shadow bg-base-100 rounded-box"
Expand Down

0 comments on commit 2974a0c

Please sign in to comment.