Class: Layout

Layout(className, children) → {JSX.Element}

new Layout(className, children) → {JSX.Element}

Layout used to wrap the main part of the application

Parameters:
Name Type Description
className string

classname given to the layout

children object

Corresponds to the content inside the layout

Source:
Returns:
  • Return the layout
Type
JSX.Element