INNER CODE UNIT · JavaScript

HomeSplash

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

class HomeSplash extends React.Component {
  render() {
    let language = this.props.language || '';
    return (
      <SplashContainer>
        <div className="inner" style={{ padding: "5em 0em" }}>
          <ProjectTitle />
          <PromoSection>
            <Button href={docUrl('intro.html', language)}>Introduction</Button>
            <Button href={docUrl('tutorial.html', language)}>Tutorial</Button>
            <Button href="https://github.com/Accenture/reactive-interaction-gateway">GitHub</Button>
          </PromoSection>
        </div>
      </SplashContainer>
    );
  }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…