UNPKG

react-redux-mendeley

Version:

react-redux-mendeley is a React toastr message implemented with Redux

12 lines (8 loc) 259 B
import React from 'react'; const Button = props => ( <button type="button" onClick={() => props.onClick()} className={'rrt-button ' + props.className}> {props.children} </button> ); Button.displayName = 'ReduxConfirmButton'; export default Button;