UNPKG

react-styleguidist

Version:
14 lines (11 loc) 358 B
import React from 'react'; import PropTypes from 'prop-types'; import RibbonRenderer from 'rsg-components/Ribbon/RibbonRenderer'; export default function Ribbon(props, _ref) { var config = _ref.config; var ribbon = config.ribbon; return ribbon ? React.createElement(RibbonRenderer, ribbon) : null; } Ribbon.contextTypes = { config: PropTypes.object };