react-icons

Material UI - Align icon to center with the Typography text

牧云@^-^@ 提交于 2021-01-29 07:21:00
问题 How do I align icon to the same level as the text. As of now, I see the icon is at little top to the text. I tried to use padding-top: 5px and also margin-top: 5px but that does not seem to work as expected. <Box> <Typography variant="h2"> Photography <FaCamera /> </Typography> </Box> I created a working example using Stackblitz. Could anyone please help? 回答1: You can easily use a Grid to achieve the correct alignment without the need for any CSS. <Grid container alignItems="center" spacing=

issue installing react icons with npm

て烟熏妆下的殇ゞ 提交于 2019-12-11 15:15:17
问题 I'm following a react tutorial on lynda.com. I'm trying to install react icons through npm to my react project. I'm getting some weird warnings in the command line that I don't understand. Here's the result in the tutorial vs. my result: This is the tutorial's result the terminal. This is my result in the terminal: Last login: Sat Aug 11 11:54:48 on ttys005 dashiell-bark-husss-macbook-pro-2:bulletin-board dashiellbark-huss$ npm install --save react-icons npm WARN rm not removing /Users