-
Notifications
You must be signed in to change notification settings - Fork 6
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
SankalpaFernando/ClipBoardIcon #11
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Sankalpa Fernando <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Could you please add the hacktoberfest label to the repo or add the "hacktoberfest-accepted" label to this PR |
@SankalpaFernando Thanks for your pull request. Can you please add a screenshot to the PR description? |
<span> | ||
<FaCopy/> | ||
</span> | ||
</CopyToClipboard> |
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.
Minor formatting issue. Please check this
@@ -1,6 +1,7 @@ | |||
import React from 'react'; | |||
import './asserts/css/App.css'; | |||
|
|||
import {CopyToClipboard} from 'react-copy-to-clipboard'; | |||
import { FaCopy } from 'react-icons/fa'; |
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.
Missing newlines between imports and implementations.
@SankalpaFernando Would you like to continue working on this? |
I've added the Icon and the copy to clipboard functionality