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
- Host: GitHub
- URL: https://github.com/universaldatatool/react-material-workspace-layout
- Owner: UniversalDataTool
- License: mit
- Created: 2020-05-28T05:55:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T00:45:43.000Z (over 3 years ago)
- Last Synced: 2024-10-29T18:58:53.477Z (over 1 year ago)
- Language: JavaScript
- Size: 3.69 MB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` | | |