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 theImport
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 |
||
goToNewProject |
function | Callback fired when user requests to go to the |
||
isDarkTheme |
boolean |
<optional> |
true | If |
React.ReactElement