Add menuchart#7674
Conversation
Signed-off-by: Shivam Tyagi <tyagishivam.dev@gmail.com>
|
Preview deployment for PR #7674 removed. This PR preview was automatically pruned because we keep only the 6 most recently updated previews on GitHub Pages to stay within deployment size limits. If needed, push a new commit to this PR to generate a fresh preview. |
|
@indevi Thank you for your contribution! Let's discuss this during the website call tomorrow at 5:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
|
@Bhumikagarggg sure added |
Signed-off-by: Shivam Tyagi <tyagishivam.dev@gmail.com>
|
|
||
| import { useState } from "react"; | ||
| import { Menu, MenuItem, MenuList, Button, Box, Typography, Divider, ListItemIcon, ListItemText } from "@sistent/sistent"; | ||
| import { MoreVert as MoreVertIcon, Edit as EditIcon, Delete as DeleteIcon, Share as ShareIcon, Download as DownloadIcon, FileCopy as FileCopyIcon, Print as PrintIcon } from "@mui/icons-material"; |
There was a problem hiding this comment.
We’ve these icons exported from sistent. Please use sistent to import them and if you didn't find any icon exported from sistent open a sub-issue here and add them.
Signed-off-by: Shivam Tyagi <tyagishivam.dev@gmail.com>
|
@indevi Thank you for your contribution! Let's discuss this during the website call tomorrow at 5:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
Description
This PR fixes #7662
Notes for Reviewers
Signed commits