Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122990327
Ribbon.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
Wed, Jul 23, 07:25
Size
383 B
Mime Type
text/x-java
Expires
Fri, Jul 25, 07:25 (2 d)
Engine
blob
Format
Raw Data
Handle
27569298
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Ribbon.js
View Options
import
React
from
'react'
;
import
RibbonRenderer
from
'rsg-components/Ribbon/RibbonRenderer'
;
import
{
useStyleGuideContext
}
from
'rsg-components/Context'
;
export
default
function
Ribbon
()
{
var
_useStyleGuideContext
=
useStyleGuideContext
(),
ribbon
=
_useStyleGuideContext
.
config
.
ribbon
;
return
ribbon
?
/*#__PURE__*/
React
.
createElement
(
RibbonRenderer
,
ribbon
)
:
null
;
}
Event Timeline
Log In to Comment