mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 07:26:45 +00:00
blank-theme-with-daisy
This commit is contained in:
10
themes/blank/components/DropdownMenu.js
Normal file
10
themes/blank/components/DropdownMenu.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const DropDownMenu = () => {
|
||||
return <details className="dropdown mb-32">
|
||||
<summary className="m-1 btn">open or close</summary>
|
||||
<ul className="p-2 shadow menu dropdown-content z-[1] bg-base-100 rounded-box w-52">
|
||||
<li><a>Item 1</a></li>
|
||||
<li><a>Item 2</a></li>
|
||||
</ul>
|
||||
</details>
|
||||
}
|
||||
export default DropDownMenu
|
||||
Reference in New Issue
Block a user