INNER CODE UNIT · JavaScript

Button

Accenture/reactive-interaction-gateway · website/pages/en/index.js:22

class Button extends React.Component {
  render() {
    return (
      <div className="pluginWrapper buttonWrapper">
        <a className="button" href={this.props.href} target={this.props.target}>
          {this.props.children}
        </a>
      </div>
    );
  }
}

Button.defaultProps = {
  target: '_self',
};

const SplashContainer = props => (
  <div className="homeContainer">

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…