Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Create react component for copiable text #6224

Closed
shuse2 opened this issue Mar 11, 2021 · 0 comments
Closed

Create react component for copiable text #6224

shuse2 opened this issue Mar 11, 2021 · 0 comments

Comments

@shuse2
Copy link
Collaborator

shuse2 commented Mar 11, 2021

Description

Create component to show an text with copy icon with properties

  • onClick: () => void
  • text

It should copy the input text to the clipboard

Acceptance Criteria

  • Use Text component
  • Use Icon component
  • Icon should be displayed only on hover
  • After click, it should show Copied with checkmark icon, and remove it after 1s
  • Timeout cleanup should be handled properly

Additional Information

Related Issues: #6216

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants