【问题标题】:Is it okay to use FontAwesome icons on a Material UI project in ReactJS?Is it okay to use FontAwesome icons on a Material UI project in ReactJS?
【发布时间】:2022-12-02 07:32:17
【问题描述】:

I am creating a react project and I'd like to know if it's okay to use FontAwesome icons on a ReactJS project that is using MaterialUI.

I tried to use the Material UI Icons and also use FontAwesome Icons but I thought that there's a repetition.

【问题讨论】:

    标签: reactjs material-ui font-awesome


    【解决方案1】:

    React is completely flexible. You can use whatever you want, just don't forget about package sizes (which can get bad only in rare scenarios and certainly not with icons).

    【讨论】:

      最近更新 更多