mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
feat: add context menu for list items (#27)
This commit is contained in:
@@ -5,13 +5,16 @@ import Dropdown from "../dropdown";
|
||||
function Menu(props) {
|
||||
return (
|
||||
<Flex
|
||||
id={props.id}
|
||||
bg="background"
|
||||
py={1}
|
||||
style={props.style}
|
||||
sx={{
|
||||
position: "relative",
|
||||
borderRadius: "default",
|
||||
boxShadow: 2,
|
||||
width: 120
|
||||
width: 120,
|
||||
...props.sx
|
||||
}}
|
||||
>
|
||||
<Box width="100%">
|
||||
|
||||
Reference in New Issue
Block a user