feat: add responvise page view (#2453)

This commit is contained in:
Whitewater
2023-05-21 16:25:25 -07:00
committed by GitHub
parent 1f510799e2
commit d68b421a4b
15 changed files with 381 additions and 287 deletions
+3 -1
View File
@@ -16,10 +16,12 @@ export const Menu = (props: MenuProps) => {
content,
placement = 'bottom-start',
children,
...popperProps
} = props;
return content ? (
<Popper
{...props}
placement={placement}
{...popperProps}
showArrow={false}
content={
<StyledMenuWrapper