You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice boilerplate.
Can I suggest you add FontAwesome too.
You will need to:
Add "font-awesome", and "react-fontawesome" to your recipe.
Maybe add some instructions on how to import: import FontAwesome from 'react-fontawesome'; import '../../node_modules/font-awesome/css/font-awesome.css';
Maybe add some instructions on how to use: <FontAwesome name="cog" />
The text was updated successfully, but these errors were encountered:
Nice boilerplate.
Can I suggest you add FontAwesome too.
You will need to:
import FontAwesome from 'react-fontawesome';
import '../../node_modules/font-awesome/css/font-awesome.css';
<FontAwesome name="cog" />
The text was updated successfully, but these errors were encountered: