-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Point users to react-fontawesome for icons #364
Conversation
example/src/pages/Icons.tsx
Outdated
<h1>Icons</h1> | ||
|
||
<p className="usa-intro"> | ||
We recommend using icons from <a href="https://www.google.com/search?client=safari&rls=en&q=react-fontawesome&ie=UTF-8&oe=UTF-8">react-fontawesome</a> for projects that need icons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you mean to link to the google search results instead of react-fontawesome on github?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL nope!
To respond to your @jim comment in the PR description - I like how you added it to the example page. It doesn't hurt to remind folks a few ways this exists. thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Summary
This PR adds documentation to the README that recommends the use of
react-fontawesome
for projects that need icons.I'm not sure if/what should be added to the example app. I put a page in there to make sure that the icons worked, but I can take that out if it doesn't make sense to keep since it is testing an external dependency.
Related Issues or PRs
closes #84
How To Test
Screenshots
Here is the new page in the example app:
Checklist
yarn audit
output if dependencies changedindex.ts