반응형
import InboxIcon from "@mui/icons-material/MoveToInbox";
import MailIcon from "@mui/icons-material/Mail";
import MenuIcon from "@mui/icons-material/Menu";
import BusinessIcon from "@mui/icons-material/Business";
...
let array: JSX.Element[] = [];
array.push(<InboxIcon />);
array.push(<MailIcon />);
array.push(<MenuIcon />);
array.push(<BusinessIcon />);
반응형
'[====== Development ======] > React' 카테고리의 다른 글
React Styled component (0) | 2022.08.10 |
---|---|
[Meterial UI] Stack , Button (0) | 2022.08.10 |
[React] Meterial UI - Nested List Items (0) | 2022.08.10 |
[VSCode] JavaScript (ES6) code snippets (0) | 2022.08.09 |
uuid값 생성하기 (0) | 2022.03.16 |