An open API service indexing awesome lists of open source software.

https://github.com/universaldatatool/react-material-workspace-layout

A Material UI workspace layout for React
https://github.com/universaldatatool/react-material-workspace-layout

Last synced: about 1 year ago
JSON representation

A Material UI workspace layout for React

Awesome Lists containing this project

README

          

# React Material Workspace Layout

> This was hastily written, please PR with fixes :)

## Installation and Usage

`yarn add react-material-workspace-layout`

```javascript
import Workspace from "react-material-workspace-layout/Workspace"
import SidebarBox from "react-material-workspace-layout/SidebarBox"

} title="Region Selector">
Hello world!
,
]}
>
Hello World, this is the main content where an image or something might go!

```

## Props

###

| Prop | Description | Example | Default |
| ---- | ----------- | ------- | ------- |
|`allowFullscreen` | Enables a full screen button | | `false` |
| `headerItems` | | | |
| `onClickHeaderItem` | | |
| `onClickIconSidebarItem` | | |
| `iconSidebarItems` | | |
| `rightSidebarItems` | | |