Copy generated code to clipboard
Summary: Generated code modal now has a copy to clipboard button Reviewed By: emilsjolander Differential Revision: D7009716 fbshipit-source-id: 7a9b083d7067aa66ffa5b9d9c23741321547c4f6
This commit is contained in:
committed by
Facebook Github Bot
parent
01ffe10c2f
commit
1822bc5eaf
20
website/src/components/Playground/CodeGenerators.css
Normal file
20
website/src/components/Playground/CodeGenerators.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.CodeGeneratorsTitle {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
||||
.CodeGeneratorsTitle a {
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.CodeGeneratorsCopyText {
|
||||
position: absolute;
|
||||
top: -9999em;
|
||||
left: -9999em;
|
||||
pointer-events: none;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
Reference in New Issue
Block a user