Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123466298
CodeTabButton.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jul 27, 14:55
Size
404 B
Mime Type
text/x-java
Expires
Tue, Jul 29, 14:55 (2 d)
Engine
blob
Format
Raw Data
Handle
27699688
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
CodeTabButton.js
View Options
import
React
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
TabButton
from
'rsg-components/TabButton'
;
var
CodeTabButton
=
function
CodeTabButton
(
props
)
{
return
/*#__PURE__*/
React
.
createElement
(
TabButton
,
props
,
"View Code"
);
};
CodeTabButton
.
propTypes
=
{
onClick
:
PropTypes
.
func
.
isRequired
,
name
:
PropTypes
.
string
.
isRequired
,
active
:
PropTypes
.
bool
};
export
default
CodeTabButton
;
Event Timeline
Log In to Comment