最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to import more-vert icon in material-ui for react? - Stack Overflow

programmeradmin2浏览0评论

I tried a lot but i am not able to find a way to do it. Where is its exact location in material-ui? I saw some people using it. Any help is appreciated.

My best guess was :

import MoreVertIcon from '@material-ui/icons/more-vert';

I tried a lot but i am not able to find a way to do it. Where is its exact location in material-ui? I saw some people using it. Any help is appreciated.

My best guess was :

import MoreVertIcon from '@material-ui/icons/more-vert';
Share Improve this question edited Jul 1, 2018 at 11:56 Tholle 113k22 gold badges208 silver badges197 bronze badges asked Jul 1, 2018 at 11:48 snssns 3211 gold badge4 silver badges19 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 7

Make sure you install the icon library with npm install -S @material-ui/icons and then import it like this:

import MoreVertIcon from '@material-ui/icons/MoreVert';

If you wonder what the name of a particular icon is, you can see them listed here.

Mui v5 import:

import MoreVertIcon from '@mui/icons-material/MoreVert';

https://mui./ponents/material-icons/?query=MoreVert&selected=MoreVert

Before use material ui icon You may need to import for that. Steps:-

  1. Open CMD
  2. Copy this mand:- " npm install -S @material-ui/icons "
  3. Import icon that you want " import MoreVertIcon from '@material-ui/icons/more-vert'; "

Thanks

发布评论

评论列表(0)

  1. 暂无评论