> This was hastily written, please PR with fixes :)
npm install react-material-workspace-layout> This was hastily written, please PR with fixes :)
yarn add react-material-workspace-layout
``javascript
import Workspace from "react-material-workspace-layout/Workspace"
import SidebarBox from "react-material-workspace-layout/SidebarBox"
headerItems={[{ name: "Prev" }, { name: "Next" }, { name: "Save" }]}
onClickHeaderItem={console.log}
onClickIconSidebarItem={console.log}
iconSidebarItems={[
{
name: "Play",
},
{
name: "Pause",
},
]}
rightSidebarItems={[
Hello world!
,
]}
>
Hello World, this is the main content where an image or something might go!
`
| Prop | Description | Example | Default |
| ---- | ----------- | ------- | ------- |
|allowFullscreen | Enables a full screen button | | false |headerItems
| | | | |onClickHeaderItem
| | | |onClickIconSidebarItem
| | | |iconSidebarItems
| | | |rightSidebarItems` | | |
|