Class

Home

Home(props) → {React.ReactElement}

Constructor

# new Home(props) → {React.ReactElement}

Overview

The Home section in RuLeStudio. It consists of a main box and a footer. There are two navigate buttons on both of sides of a logo. The one on the left is navigating to the Import section. On the other hand, the right one navigates to the Help section. There is a list of authors in the footer as well as a button linking to GitHub repository.
Parameters:
Name Type Attributes Default Description
props Object
goToHelp function

Callback fired when user requests to go to the Help section.

goToNewProject function

Callback fired when user requests to go to the Import section.

isDarkTheme boolean <optional>
true

If true the green logo will be used. Otherwise blue logo is used.

View Source Body/Home/Home.js, line 25

React.ReactElement