react inspect iframe


import React from 'react' class ActionButton extends React.Component { render() { const { label, action } = this.props return ( ) } } The