【发布时间】:2020-04-13 16:11:31
【问题描述】:
我想让 GitHub 图标 <GitHubIcon /> 可点击并使其重定向到外部 url,在 api 中查看它似乎没有链接属性...https://material-ui.com/api/svg-icon/
<div className={classes.root}>
<AppBar position="static">
<Toolbar>
<Typography variant="h6" className={classes.title}>
Made with <FavoriteIcon /> by
<a href="https://github.com/quiko"><GitHubIcon /></a> //Not working
</Typography>
</Toolbar>
</AppBar>
</div>
一般是怎么做的??
【问题讨论】:
标签: reactjs material-ui